Home
last modified time | relevance | path

Searched refs:EXT2_FALLOCATE_FORCE_INIT (Results 1 – 4 of 4) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Dfallocate.c258 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()
Dmkjournal.c286 int falloc_flags = EXT2_FALLOCATE_FORCE_INIT; in write_journal_inode()
Dlink.c483 EXT2_FALLOCATE_FORCE_INIT | EXT2_FALLOCATE_ZERO_BLOCKS, in dx_grow_tree()
Dext2fs.h1357 #define EXT2_FALLOCATE_FORCE_INIT (0x2) macro