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

  /external/strace/
fallocate.c 7 #include "xlat/falloc_flags.h"
18 printflags(falloc_flags, tcp->u_arg[1], "FALLOC_FL_???");
Makefile 770 xlat/f_seals.in xlat/falloc_flags.in xlat/fan_classes.in \
    [all...]
  /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/strace/tests/
fallocate.c 41 # include "xlat/falloc_flags.h"
62 printflags(falloc_flags, (unsigned) bogus_mode, "FALLOC_FL_???");
  /external/strace/tests-m32/
fallocate.c 41 # include "xlat/falloc_flags.h"
62 printflags(falloc_flags, (unsigned) bogus_mode, "FALLOC_FL_???");
  /external/strace/tests-mx32/
fallocate.c 41 # include "xlat/falloc_flags.h"
62 printflags(falloc_flags, (unsigned) bogus_mode, "FALLOC_FL_???");
  /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 520 milliseconds