Home
last modified time | relevance | path

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

/external/strace/xlat/
Dfalloc_flags.h60 # error static const struct xlat falloc_flags in mpers mode
65 const struct xlat falloc_flags[] = {
DMakemodule.am1 …nd.in xlat/evdev_switch.in xlat/f_owner_types.in xlat/f_seals.in xlat/falloc_flags.in xlat/fan_cla…
2 …ev_snd.h xlat/evdev_switch.h xlat/f_owner_types.h xlat/f_seals.h xlat/falloc_flags.h xlat/fan_clas…
233 $(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()
DMakefile.in898 xlat/falloc_flags.in xlat/fan_classes.in \
1139 xlat/falloc_flags.h xlat/fan_classes.h xlat/fan_event_flags.h \
7634 $(top_srcdir)/xlat/falloc_flags.h: $(top_srcdir)/xlat/falloc_flags.in $(top_srcdir)/xlat/gen.sh
DChangeLog23379 * xlat/falloc_flags.in: Add FALLOC_FL_UNSHARE_RANGE introduced
25060 xlat: add default values for falloc_flags constants.
25064 * xlat/falloc_flags.in: Add default values for constants.
36217 * xlat/falloc_flags.in: Add FALLOC_FL_INSERT_RANGE.
42018 * xlat/falloc_flags.in: New file.
42021 Include xlat/falloc_flags.h.
/external/strace/tests-mx32/
Dfallocate.c62 printflags(falloc_flags, (unsigned) bogus_mode, "FALLOC_FL_???"); in main()
/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/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()