Home
last modified time | relevance | path

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

/external/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.c296 falloc_flags |= EXT2_FALLOCATE_ZERO_BLOCKS; in write_journal_inode()
Dext2fs.h1279 #define EXT2_FALLOCATE_ZERO_BLOCKS (0x1) macro
/external/e2fsprogs/misc/
Dmk_hugefiles.c291 EXT2_FALLOCATE_ZERO_BLOCKS, in mk_hugefile()