Searched refs:EXT2_FALLOCATE_FORCE_INIT (Results 1 – 4 of 4) sorted by relevance
258 if (((flags & EXT2_FALLOCATE_FORCE_INIT) && in ext_falloc_helper()270 !(flags & EXT2_FALLOCATE_FORCE_INIT))) in ext_falloc_helper()341 if (((flags & EXT2_FALLOCATE_FORCE_INIT) && in ext_falloc_helper()422 if (((flags & EXT2_FALLOCATE_FORCE_INIT) && in ext_falloc_helper()508 newex.e_flags = (flags & EXT2_FALLOCATE_FORCE_INIT ? 0 : in ext_falloc_helper()560 newex.e_flags = (flags & EXT2_FALLOCATE_FORCE_INIT ? 0 : in ext_falloc_helper()601 if (flags & EXT2_FALLOCATE_FORCE_INIT) { in ext_falloc_helper()812 if (((flags & EXT2_FALLOCATE_FORCE_INIT) && in ext2fs_fallocate()
286 int falloc_flags = EXT2_FALLOCATE_FORCE_INIT; in write_journal_inode()
483 EXT2_FALLOCATE_FORCE_INIT | EXT2_FALLOCATE_ZERO_BLOCKS, in dx_grow_tree()
1357 #define EXT2_FALLOCATE_FORCE_INIT (0x2) macro