Searched refs:falloc_flags (Results 1 - 7 of 7) sorted by relevance

/external/strace/
H A Dfallocate.c7 #include "xlat/falloc_flags.h"
18 printflags(falloc_flags, tcp->u_arg[1], "FALLOC_FL_???");
H A DMakefile758 xlat/f_seals.in xlat/falloc_flags.in xlat/fan_classes.in \
897 xlat/f_seals.h xlat/falloc_flags.h xlat/fan_classes.h \
5973 $(top_srcdir)/xlat/falloc_flags.h: $(top_srcdir)/xlat/falloc_flags.in $(top_srcdir)/xlat/gen.sh
/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/strace/tests/
H A Dfallocate.c41 # include "xlat/falloc_flags.h"
62 printflags(falloc_flags, (unsigned) bogus_mode, "FALLOC_FL_???");
/external/strace/tests-m32/
H A Dfallocate.c41 # include "xlat/falloc_flags.h"
62 printflags(falloc_flags, (unsigned) bogus_mode, "FALLOC_FL_???");
/external/strace/tests-mx32/
H A Dfallocate.c41 # include "xlat/falloc_flags.h"
62 printflags(falloc_flags, (unsigned) bogus_mode, "FALLOC_FL_???");
/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 243 milliseconds