Searched refs:EXT2_FALLOCATE_ZERO_BLOCKS (Results 1 – 3 of 3) sorted by relevance
269 (!(flags & EXT2_FALLOCATE_ZERO_BLOCKS) || in ext_falloc_helper()319 (flags & EXT2_FALLOCATE_ZERO_BLOCKS)) { in ext_falloc_helper()335 else if (flags & EXT2_FALLOCATE_ZERO_BLOCKS) in ext_falloc_helper()403 (flags & EXT2_FALLOCATE_ZERO_BLOCKS)) { in ext_falloc_helper()416 else if (flags & EXT2_FALLOCATE_ZERO_BLOCKS) in ext_falloc_helper()483 (flags & EXT2_FALLOCATE_ZERO_BLOCKS)) { in ext_falloc_helper()534 (flags & EXT2_FALLOCATE_ZERO_BLOCKS)) { in ext_falloc_helper()586 (flags & EXT2_FALLOCATE_ZERO_BLOCKS)) { in ext_falloc_helper()649 (flags & EXT2_FALLOCATE_ZERO_BLOCKS)) { in ext_falloc_helper()
296 falloc_flags |= EXT2_FALLOCATE_ZERO_BLOCKS; in write_journal_inode()
1301 #define EXT2_FALLOCATE_ZERO_BLOCKS (0x1) macro