Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dfallocate.c269 (!(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()
Dmkjournal.c311 falloc_flags |= EXT2_FALLOCATE_ZERO_BLOCKS; in write_journal_inode()
Dlink.c483 EXT2_FALLOCATE_FORCE_INIT | EXT2_FALLOCATE_ZERO_BLOCKS, in dx_grow_tree()
Dext2fs.h1356 #define EXT2_FALLOCATE_ZERO_BLOCKS (0x1) macro