DCMD_F3S_RECLAIM
QNX SDP8.0Devctl and Ioctl CommandsDeveloper
Reclaim deleted blocks
Synopsis:
#include <sys/dcmd_f3s.h>
#define DCMD_F3S_RECLAIM __DIOT(_DCMD_F3S, F3S_RECLAIM, f3s_reclaim_t)
Arguments to devctl():
Argument | Value |
---|---|
filedes | A file descriptor that you obtained by opening the device. |
dcmd | DCMD_F3S_RECLAIM |
dev_data_ptr | A pointer to a f3s_reclaim_t structure (see below) |
n_bytes | sizeof(f3s_reclaim_t) |
dev_info_ptr | NULL |
Description:
This command reclaims deleted blocks.
Input:
A f3s_reclaim_t structure:
typedef struct f3s_reclaim_s
{
uint32_t status; /* reclaim status */
uint32_t limit; /* lower limit of free size wanted expressed in bytes */
}
f3s_reclaim_t;
Output:
None.
See also:
devctl() in the QNX OS C Library Reference
Page updated: