Searched refs:falloc_flags (Results 1 - 7 of 7) sorted by relevance
/external/strace/ |
H A D | fallocate.c | 7 #include "xlat/falloc_flags.h" 18 printflags(falloc_flags, tcp->u_arg[1], "FALLOC_FL_???");
|
H A D | Makefile | 758 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 D | 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/ |
H A D | fallocate.c | 41 # include "xlat/falloc_flags.h" 62 printflags(falloc_flags, (unsigned) bogus_mode, "FALLOC_FL_???");
|
/external/strace/tests-m32/ |
H A D | fallocate.c | 41 # include "xlat/falloc_flags.h" 62 printflags(falloc_flags, (unsigned) bogus_mode, "FALLOC_FL_???");
|
/external/strace/tests-mx32/ |
H A D | fallocate.c | 41 # include "xlat/falloc_flags.h" 62 printflags(falloc_flags, (unsigned) bogus_mode, "FALLOC_FL_???");
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | 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 243 milliseconds