HomeSort by relevance Sort by last modified time
    Searched defs:falloc_flags (Results 1 - 2 of 2) sorted by null

  /external/strace/xlat/
falloc_flags.h 1 /* 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/
mkjournal.c 271 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 767 milliseconds