Searched refs:FALLOC_FL_ZERO_RANGE (Results 1 – 8 of 8) sorted by relevance
14 #if !(defined(FALLOC_FL_ZERO_RANGE) || (defined(HAVE_DECL_FALLOC_FL_ZERO_RANGE) && HAVE_DECL_FALLOC…15 # define FALLOC_FL_ZERO_RANGE 0x10 macro36 XLAT(FALLOC_FL_ZERO_RANGE),
5 FALLOC_FL_ZERO_RANGE 0x10
39 #ifndef FALLOC_FL_ZERO_RANGE40 # define FALLOC_FL_ZERO_RANGE 0x10 macro
44 #define FALLOC_FL_ZERO_RANGE 0x10 macro122 falloc_mode = (FALLOC_FL_ZERO_RANGE | in main()
42 #define FALLOC_FL_ZERO_RANGE 0x10 macro
211 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()
1075 #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()
390 The ext2fs_zero_blocks() command will use FALLOC_FL_ZERO_RANGE for