Home
last modified time | relevance | path

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

/external/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()
811 if (((flags & EXT2_FALLOCATE_FORCE_INIT) && in ext2fs_fallocate()
Dmkjournal.c271 int falloc_flags = EXT2_FALLOCATE_FORCE_INIT; in write_journal_inode()
Dext2fs.h1326 #define EXT2_FALLOCATE_FORCE_INIT (0x2) macro