Home
last modified time | relevance | path

Searched refs:FALLOC_FL_ZERO_RANGE (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Dfalloc_flags.h14 #if !(defined(FALLOC_FL_ZERO_RANGE) || (defined(HAVE_DECL_FALLOC_FL_ZERO_RANGE) && HAVE_DECL_FALLOC…
15 # define FALLOC_FL_ZERO_RANGE 0x10 macro
36 XLAT(FALLOC_FL_ZERO_RANGE),
Dfalloc_flags.in5 FALLOC_FL_ZERO_RANGE 0x10
/external/ltp/include/lapi/
Dfallocate.h39 #ifndef FALLOC_FL_ZERO_RANGE
40 # define FALLOC_FL_ZERO_RANGE 0x10 macro
/external/e2fsprogs/contrib/
Dfallocate.c44 #define FALLOC_FL_ZERO_RANGE 0x10 macro
122 falloc_mode = (FALLOC_FL_ZERO_RANGE | in main()
/external/kernel-headers/original/uapi/linux/
Dfalloc.h42 #define FALLOC_FL_ZERO_RANGE 0x10 macro
/external/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate04.c211 if (fallocate(fd, FALLOC_FL_ZERO_RANGE, block_size - 1, in test03()
298 if (fallocate(fd, FALLOC_FL_ZERO_RANGE, block_size, block_size) == -1) in test05()
/external/e2fsprogs/lib/ext2fs/
Dunix_io.c1075 #if defined(HAVE_FALLOCATE) && (defined(FALLOC_FL_ZERO_RANGE) || \ in unix_zeroout()
1085 #ifdef FALLOC_FL_ZERO_RANGE in unix_zeroout()
1087 FALLOC_FL_ZERO_RANGE, in unix_zeroout()
/external/e2fsprogs/
DRELEASE-NOTES390 The ext2fs_zero_blocks() command will use FALLOC_FL_ZERO_RANGE for