Searched defs:falloc_flags (Results 1 - 2 of 2) sorted by relevance

/external/strace/xlat/
H A Dfalloc_flags.h1 /* Generated by ./xlat/gen.sh from ./xlat/falloc_flags.in; do not edit. */
26 # error static const struct xlat falloc_flags in mpers mode
31 const struct xlat falloc_flags[] = { variable in typeref:struct:xlat
/external/e2fsprogs/lib/ext2fs/
H A Dmkjournal.c271 int falloc_flags = EXT2_FALLOCATE_FORCE_INIT; local
296 falloc_flags |= EXT2_FALLOCATE_ZERO_BLOCKS;
306 retval = ext2fs_fallocate(fs, falloc_flags, journal_ino,

Completed in 169 milliseconds