Home
last modified time | relevance | path

Searched refs:HAVE_FALLOCATE (Results 1 – 15 of 15) sorted by relevance

/external/strace/tests/
Dfallocate.c34 #if defined(__NR_fallocate) && defined(HAVE_FALLOCATE) && HAVE_FALLOCATE
/external/strace/tests-mx32/
Dfallocate.c34 #if defined(__NR_fallocate) && defined(HAVE_FALLOCATE) && HAVE_FALLOCATE
/external/strace/tests-m32/
Dfallocate.c34 #if defined(__NR_fallocate) && defined(HAVE_FALLOCATE) && HAVE_FALLOCATE
/external/f2fs-tools/include/
Dandroid_config.h23 #define HAVE_FALLOCATE 1 macro
52 #define HAVE_FALLOCATE 1 macro
/external/libfuse/lib/
Dconfig.h10 #define HAVE_FALLOCATE macro
/external/erofs-utils/lib/
Dio.c174 #if defined(HAVE_FALLOCATE) && defined(FALLOC_FL_PUNCH_HOLE) in dev_fillzero()
223 #if defined(HAVE_FALLOCATE) in dev_resize()
/external/ltp/include/lapi/
Dfallocate.h47 #if !defined(HAVE_FALLOCATE)
/external/e2fsprogs/lib/
Dconfig.h60 # define HAVE_FALLOCATE 1 macro
Dconfig.h.in142 #undef HAVE_FALLOCATE
/external/e2fsprogs/util/
Dandroid_config.h60 # define HAVE_FALLOCATE 1 macro
/external/ltp/android/include/
Dconfig.h67 #define HAVE_FALLOCATE 1 macro
/external/f2fs-tools/mkfs/
Df2fs_format_utils.c76 #if defined(HAVE_FALLOCATE) && defined(FALLOC_FL_PUNCH_HOLE) in trim_device()
/external/strace/
Dconfig.h682 #define HAVE_FALLOCATE 1 macro
Dconfig.h.in681 #undef HAVE_FALLOCATE
/external/e2fsprogs/lib/ext2fs/
Dunix_io.c1106 #if defined(HAVE_FALLOCATE) && defined(FALLOC_FL_PUNCH_HOLE) in unix_discard()
1139 #if defined(HAVE_FALLOCATE) && defined(FALLOC_FL_ZERO_RANGE) in __unix_zeroout()
1144 #if defined(HAVE_FALLOCATE) && defined(FALLOC_FL_PUNCH_HOLE) && defined(FALLOC_FL_KEEP_SIZE) in __unix_zeroout()