Home
last modified time | relevance | path

Searched refs:FALLOC_FL_PUNCH_HOLE (Results 1 – 25 of 31) sorted by relevance

12

/external/strace/xlat/
Dfalloc_flags.h13 #if defined(FALLOC_FL_PUNCH_HOLE) || (defined(HAVE_DECL_FALLOC_FL_PUNCH_HOLE) && HAVE_DECL_FALLOC_F…
15 static_assert((FALLOC_FL_PUNCH_HOLE) == (0x02), "FALLOC_FL_PUNCH_HOLE != 0x02");
18 # define FALLOC_FL_PUNCH_HOLE 0x02
67 XLAT(FALLOC_FL_PUNCH_HOLE),
Dfalloc_flags.in2 FALLOC_FL_PUNCH_HOLE 0x02
/external/ltp/include/lapi/
Dfallocate.h31 #ifndef FALLOC_FL_PUNCH_HOLE
32 # define FALLOC_FL_PUNCH_HOLE 0x02 macro
/external/f2fs-tools/mkfs/
Df2fs_format_utils.c75 #if defined(HAVE_FALLOCATE) && defined(FALLOC_FL_PUNCH_HOLE) in trim_device()
76 if (fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in trim_device()
/external/e2fsprogs/contrib/
Dfallocate.c42 #define FALLOC_FL_PUNCH_HOLE 0x02 /* de-allocates range */ macro
112 falloc_mode = (FALLOC_FL_PUNCH_HOLE | in main()
/external/kernel-headers/original/uapi/linux/
Dfalloc.h6 #define FALLOC_FL_PUNCH_HOLE 0x02 /* de-allocates range */ macro
/external/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate05.c73 ret = fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, 0, FALLOCATE_SIZE); in run()
Dfallocate04.c125 if (fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in test02()
/external/e2fsprogs/lib/ext2fs/
Dunix_io.c1096 #if defined(HAVE_FALLOCATE) && defined(FALLOC_FL_PUNCH_HOLE) && defined(FALLOC_FL_KEEP_SIZE) in __unix_discard()
1097 ret = fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in __unix_discard()
1155 #if defined(HAVE_FALLOCATE) && defined(FALLOC_FL_PUNCH_HOLE) && defined(FALLOC_FL_KEEP_SIZE) in __unix_zeroout()
1156 ret = fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in __unix_zeroout()
/external/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create_common.c369 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, 0, in check_mfd_writeable()
412 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, 0, in check_mfd_non_writeable()
/external/linux-kselftest/tools/testing/selftests/memfd/
Dmemfd_test.c329 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in mfd_assert_write()
393 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in mfd_fail_write()
/external/syzkaller/sys/linux/
Dsys_386.const71 FALLOC_FL_PUNCH_HOLE = 2
Dsys_amd64.const71 FALLOC_FL_PUNCH_HOLE = 2
Dsys_arm.const71 FALLOC_FL_PUNCH_HOLE = 2
Dsys_ppc64le.const71 FALLOC_FL_PUNCH_HOLE = 2
Dsys_arm64.const71 FALLOC_FL_PUNCH_HOLE = 2
/external/linux-kselftest/tools/testing/selftests/vm/
Duserfaultfd.c159 if (fallocate(huge_fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in hugetlb_release_pages()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go444 FALLOC_FL_PUNCH_HOLE = 0x2 const
Dzerrors_linux_mipsle.go485 FALLOC_FL_PUNCH_HOLE = 0x2 const
Dzerrors_linux_s390x.go485 FALLOC_FL_PUNCH_HOLE = 0x2 const
Dzerrors_linux_arm.go485 FALLOC_FL_PUNCH_HOLE = 0x2 const
Dzerrors_linux_ppc64le.go485 FALLOC_FL_PUNCH_HOLE = 0x2 const
Dzerrors_linux_mips64.go485 FALLOC_FL_PUNCH_HOLE = 0x2 const
Dzerrors_linux_ppc64.go485 FALLOC_FL_PUNCH_HOLE = 0x2 const
Dzerrors_linux_amd64.go485 FALLOC_FL_PUNCH_HOLE = 0x2 const

12