Searched refs:FALLOC_FL_ZERO_RANGE (Results 1 – 5 of 5) sorted by relevance
29 #ifndef FALLOC_FL_ZERO_RANGE30 # define FALLOC_FL_ZERO_RANGE 0x10 macro
44 #define FALLOC_FL_ZERO_RANGE 0x10 macro122 falloc_mode = (FALLOC_FL_ZERO_RANGE | in main()
170 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()
1307 #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()
208 The ext2fs_zero_blocks() command will use FALLOC_FL_ZERO_RANGE for