Home
last modified time | relevance | path

Searched refs:do_fallocate (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/debugfs/
Ddebug_cmds.c295 extern void do_fallocate __SS_PROTO;
630 do_fallocate,
Ddebugfs.h172 extern void do_fallocate(int argc, char **argv, int sci_idx, void *infop);
Ddebug_cmds.ct163 request do_fallocate, "Allocate uninitialized blocks to an inode",
Ddebugfs.c2340 void do_fallocate(int argc, char *argv[], int sci_idx EXT2FS_ATTR((unused)), in do_fallocate() function
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.c416 static void do_fallocate(int argc, char **argv, const struct cmd_desc *cmd) in do_fallocate() function
/external/libfuse/lib/
Dfuse_lowlevel.c1935 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" },