Home
last modified time | relevance | path

Searched refs:EXT2_FALLOCATE_FORCE_UNINIT (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dfallocate.c260 ((flags & EXT2_FALLOCATE_FORCE_UNINIT) && in ext_falloc_helper()
343 ((flags & EXT2_FALLOCATE_FORCE_UNINIT) && in ext_falloc_helper()
424 ((flags & EXT2_FALLOCATE_FORCE_UNINIT) && in ext_falloc_helper()
812 (flags & EXT2_FALLOCATE_FORCE_UNINIT)) || in ext2fs_fallocate()
Dext2fs.h1303 #define EXT2_FALLOCATE_FORCE_UNINIT (0x4) macro