Searched refs:do_fallocate (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/debugfs/ |
D | debug_cmds.c | 295 extern void do_fallocate __SS_PROTO; 630 do_fallocate,
|
D | debugfs.h | 172 extern void do_fallocate(int argc, char **argv, int sci_idx, void *infop);
|
D | debug_cmds.ct | 163 request do_fallocate, "Allocate uninitialized blocks to an inode",
|
D | debugfs.c | 2340 void do_fallocate(int argc, char *argv[], int sci_idx EXT2FS_ATTR((unused)), in do_fallocate() function
|
/external/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.c | 416 static void do_fallocate(int argc, char **argv, const struct cmd_desc *cmd) in do_fallocate() function
|
/external/libfuse/lib/ |
D | fuse_lowlevel.c | 1935 static void do_fallocate(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_fallocate() function 2586 [FUSE_FALLOCATE] = { do_fallocate, "FALLOCATE" },
|