Home
last modified time | relevance | path

Searched refs:ftruncate (Results 1 – 3 of 3) sorted by relevance

/subsys/fs/
A Dfuse_fs_access_bottom.h35 int (*ftruncate)(uint64_t fh, off_t size); member
A Dfuse_fs_access_bottom.c63 #define OP_FTRUNCATE offsetof(struct ffa_op_callbacks, ftruncate)
129 op_queue.ret = op_callbacks->ftruncate(args->fh, args->size); in ffa_run_pending_op()
566 .ftruncate = fuse_fs_access_ftruncate,
A Dfuse_fs_access.c227 .ftruncate = ffa_ftruncate_top,

Completed in 16 milliseconds