Home
last modified time | relevance | path

Searched refs:FALLOC_FL_KEEP_SIZE (Results 1 – 25 of 35) sorted by relevance

12

/external/e2fsprogs/contrib/
Dfallocate.c41 #define FALLOC_FL_KEEP_SIZE 0x01 macro
108 falloc_mode = FALLOC_FL_KEEP_SIZE; in main()
113 FALLOC_FL_KEEP_SIZE); in main()
118 FALLOC_FL_KEEP_SIZE); in main()
123 FALLOC_FL_KEEP_SIZE); in main()
154 if (tflag && (falloc_mode & FALLOC_FL_KEEP_SIZE)) { in main()
/external/strace/xlat/
Dfalloc_flags.h6 #if defined(FALLOC_FL_KEEP_SIZE) || (defined(HAVE_DECL_FALLOC_FL_KEEP_SIZE) && HAVE_DECL_FALLOC_FL_…
8 static_assert((FALLOC_FL_KEEP_SIZE) == (0x01), "FALLOC_FL_KEEP_SIZE != 0x01");
11 # define FALLOC_FL_KEEP_SIZE 0x01
66 XLAT(FALLOC_FL_KEEP_SIZE),
Dfalloc_flags.in1 FALLOC_FL_KEEP_SIZE 0x01
/external/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate03.c126 FALLOC_FL_KEEP_SIZE, 2, 1, TRUE}, {
127 FALLOC_FL_KEEP_SIZE, BLOCKS_WRITTEN, 1, TRUE}, {
128 FALLOC_FL_KEEP_SIZE,
130 FALLOC_FL_KEEP_SIZE, BLOCKS_WRITTEN + HOLE_SIZE_IN_BLOCKS + 2,
Dfallocate05.c73 ret = fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, 0, FALLOCATE_SIZE); in run()
Dfallocate01.c209 runtest(FALLOC_FL_KEEP_SIZE, fd_mode2, expected_size); in main()
Dfallocate04.c125 if (fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in test02()
/external/ltp/include/lapi/
Dfallocate.h27 #ifndef FALLOC_FL_KEEP_SIZE
28 # define FALLOC_FL_KEEP_SIZE 0x01 macro
Dfcntl.h126 #ifndef FALLOC_FL_KEEP_SIZE
127 # define FALLOC_FL_KEEP_SIZE 1 macro
/external/kernel-headers/original/uapi/linux/
Dfalloc.h5 #define FALLOC_FL_KEEP_SIZE 0x01 /* default is extend size */ macro
/external/f2fs-tools/mkfs/
Df2fs_format_utils.c76 if (fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in trim_device()
/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.const70 FALLOC_FL_KEEP_SIZE = 1
Dsys_amd64.const70 FALLOC_FL_KEEP_SIZE = 1
Dsys_arm.const70 FALLOC_FL_KEEP_SIZE = 1
Dsys_ppc64le.const70 FALLOC_FL_KEEP_SIZE = 1
Dsys_arm64.const70 FALLOC_FL_KEEP_SIZE = 1
/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.go442 FALLOC_FL_KEEP_SIZE = 0x1 const
Dzerrors_linux_mipsle.go483 FALLOC_FL_KEEP_SIZE = 0x1 const
Dzerrors_linux_s390x.go483 FALLOC_FL_KEEP_SIZE = 0x1 const
Dzerrors_linux_arm.go483 FALLOC_FL_KEEP_SIZE = 0x1 const
Dzerrors_linux_ppc64le.go483 FALLOC_FL_KEEP_SIZE = 0x1 const

12