Searched defs:IWFS_FSM (Results 1 – 1 of 1) sorted by relevance
| /third_party/iowow/src/fs/ |
| D | iwfsmfile.h | 198 typedef struct IWFS_FSM { struct 207 * @param f `IWFS_FSM` file. argument 219 struct IWFS_FSM *f, off_t len, off_t *oaddr, off_t *olen, argument 239 struct IWFS_FSM *f, off_t nlen, off_t *oaddr, off_t *olen, argument 249 iwrc (*deallocate)(struct IWFS_FSM *f, off_t addr, off_t len); argument 256 iwrc (*check_allocation_status)(struct IWFS_FSM *f, off_t addr, off_t len, bool allocated); argument 269 iwrc (*writehdr)(struct IWFS_FSM *f, off_t off, const void *buf, off_t siz); argument 281 iwrc (*readhdr)(struct IWFS_FSM *f, off_t off, void *buf, off_t siz); argument 290 iwrc (*clear)(struct IWFS_FSM *f, iwfs_fsm_clrfalgs clrflags); argument 295 iwrc (*ensure_size)(struct IWFS_FSM *f, off_t size); argument [all …]
|