Home
last modified time | relevance | path

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

/external/strace/xlat/
Dfalloc_flags.h5 # error static const struct xlat falloc_flags in mpers mode
10 const struct xlat falloc_flags[] = { variable
DMakemodule.am1 …xes.in xlat/evdev_snd.in xlat/evdev_switch.in xlat/evdev_sync.in xlat/falloc_flags.in xlat/fan_cla…
2 …ve_axes.h xlat/evdev_snd.h xlat/evdev_switch.h xlat/evdev_sync.h xlat/falloc_flags.h xlat/fan_clas…
127 $(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()