Home
last modified time | relevance | path

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

/third_party/ltp/include/lapi/
Dfallocate.h29 #ifndef FALLOC_FL_ZERO_RANGE
30 # define FALLOC_FL_ZERO_RANGE 0x10 macro
/third_party/e2fsprogs/contrib/
Dfallocate.c44 #define FALLOC_FL_ZERO_RANGE 0x10 macro
122 falloc_mode = (FALLOC_FL_ZERO_RANGE | in main()
/third_party/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate04.c170 if (fallocate(fd, FALLOC_FL_ZERO_RANGE, block_size - 1, in test03()
257 if (fallocate(fd, FALLOC_FL_ZERO_RANGE, block_size, block_size) == -1) in test05()
/third_party/e2fsprogs/lib/ext2fs/
Dunix_io.c1307 #if defined(HAVE_FALLOCATE) && defined(FALLOC_FL_ZERO_RANGE) in __unix_zeroout()
1308 ret = fallocate(fd, FALLOC_FL_ZERO_RANGE, offset, len); in __unix_zeroout()
/third_party/e2fsprogs/doc/RelNotes/
Dv1.43.0.txt208 The ext2fs_zero_blocks() command will use FALLOC_FL_ZERO_RANGE for