Home
last modified time | relevance | path

Searched refs:falloc_flags (Results 1 – 10 of 10) sorted by relevance

/external/strace/xlat/
Dfalloc_flags.h26 # error static const struct xlat falloc_flags in mpers mode
31 const struct xlat falloc_flags[] = { variable
DMakemodule.am1 …itch.in xlat/evdev_sync.in xlat/f_owner_types.in xlat/f_seals.in xlat/falloc_flags.in xlat/fan_cla…
2 …v_switch.h xlat/evdev_sync.h xlat/f_owner_types.h xlat/f_seals.h xlat/falloc_flags.h xlat/fan_clas…
189 $(top_srcdir)/xlat/falloc_flags.h: $(top_srcdir)/xlat/falloc_flags.in $(top_srcdir)/xlat/gen.sh
/external/strace/
Dfallocate.c18 printflags(falloc_flags, tcp->u_arg[1], "FALLOC_FL_???"); in SYS_FUNC()
DMakefile770 xlat/f_seals.in xlat/falloc_flags.in xlat/fan_classes.in \
913 xlat/f_seals.h xlat/falloc_flags.h xlat/fan_classes.h \
6133 $(top_srcdir)/xlat/falloc_flags.h: $(top_srcdir)/xlat/falloc_flags.in $(top_srcdir)/xlat/gen.sh
DMakefile.in773 xlat/f_seals.in xlat/falloc_flags.in xlat/fan_classes.in \
927 xlat/f_seals.h xlat/falloc_flags.h xlat/fan_classes.h \
6221 $(top_srcdir)/xlat/falloc_flags.h: $(top_srcdir)/xlat/falloc_flags.in $(top_srcdir)/xlat/gen.sh
DChangeLog8735 * xlat/falloc_flags.in: Add FALLOC_FL_UNSHARE_RANGE introduced
10416 xlat: add default values for falloc_flags constants.
10420 * xlat/falloc_flags.in: Add default values for constants.
21573 * xlat/falloc_flags.in: Add FALLOC_FL_INSERT_RANGE.
27374 * xlat/falloc_flags.in: New file.
27377 Include xlat/falloc_flags.h.
/external/strace/tests-m32/
Dfallocate.c62 printflags(falloc_flags, (unsigned) bogus_mode, "FALLOC_FL_???"); in main()
/external/strace/tests/
Dfallocate.c62 printflags(falloc_flags, (unsigned) bogus_mode, "FALLOC_FL_???"); in main()
/external/strace/tests-mx32/
Dfallocate.c62 printflags(falloc_flags, (unsigned) bogus_mode, "FALLOC_FL_???"); in main()
/external/e2fsprogs/lib/ext2fs/
Dmkjournal.c271 int falloc_flags = EXT2_FALLOCATE_FORCE_INIT; in write_journal_inode() local
296 falloc_flags |= EXT2_FALLOCATE_ZERO_BLOCKS; in write_journal_inode()
306 retval = ext2fs_fallocate(fs, falloc_flags, journal_ino, in write_journal_inode()