Home
last modified time | relevance | path

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

/external/strace/xlat/
Dfalloc_flags.h11 #if !(defined(FALLOC_FL_COLLAPSE_RANGE) || (defined(HAVE_DECL_FALLOC_FL_COLLAPSE_RANGE) && HAVE_DEC…
12 # define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
35 XLAT(FALLOC_FL_COLLAPSE_RANGE),
Dfalloc_flags.in4 FALLOC_FL_COLLAPSE_RANGE 0x08
/external/ltp/include/lapi/
Dfallocate.h35 #ifndef FALLOC_FL_COLLAPSE_RANGE
36 # define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
/external/e2fsprogs/contrib/
Dfallocate.c43 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
117 falloc_mode = (FALLOC_FL_COLLAPSE_RANGE | in main()
/external/kernel-headers/original/uapi/linux/
Dfalloc.h28 #define FALLOC_FL_COLLAPSE_RANGE 0x08 macro
/external/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate04.c248 if (fallocate(fd, FALLOC_FL_COLLAPSE_RANGE, block_size, in test04()