Home
last modified time | relevance | path

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

/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/fio/engines/
Dfalloc.c67 #ifndef FALLOC_FL_KEEP_SIZE
68 #define FALLOC_FL_KEEP_SIZE 0x01 /* default is extend size */ macro
82 flags = FALLOC_FL_KEEP_SIZE; in fio_fallocate_queue()
86 flags = FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE; in fio_fallocate_queue()
/external/strace/xlat/
Dfalloc_flags.h2 #if !(defined(FALLOC_FL_KEEP_SIZE) || (defined(HAVE_DECL_FALLOC_FL_KEEP_SIZE) && HAVE_DECL_FALLOC_F…
3 # define FALLOC_FL_KEEP_SIZE 0x01 macro
32 XLAT(FALLOC_FL_KEEP_SIZE),
Dfalloc_flags.in1 FALLOC_FL_KEEP_SIZE 0x01
/external/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate03.c125 FALLOC_FL_KEEP_SIZE, 2, 1, TRUE}, {
126 FALLOC_FL_KEEP_SIZE, BLOCKS_WRITTEN, 1, TRUE}, {
127 FALLOC_FL_KEEP_SIZE,
129 FALLOC_FL_KEEP_SIZE, BLOCKS_WRITTEN + HOLE_SIZE_IN_BLOCKS + 2,
Dfallocate01.c214 runtest(FALLOC_FL_KEEP_SIZE, fd_mode2, expected_size); in main()
Dfallocate04.c152 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.h122 #ifndef FALLOC_FL_KEEP_SIZE
123 # define FALLOC_FL_KEEP_SIZE 1 macro
/external/kernel-headers/original/uapi/linux/
Dfalloc.h4 #define FALLOC_FL_KEEP_SIZE 0x01 /* default is extend size */ macro
/external/f2fs-tools/mkfs/
Df2fs_format_utils.c57 if (fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in trim_device()
/external/e2fsprogs/lib/ext2fs/
Dunix_io.c1019 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in unix_discard()
1076 (defined(FALLOC_FL_PUNCH_HOLE) && defined(FALLOC_FL_KEEP_SIZE))) in unix_zeroout()
1077 #if defined(FALLOC_FL_PUNCH_HOLE) && defined(FALLOC_FL_KEEP_SIZE) in unix_zeroout()
1079 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in unix_zeroout()
/external/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create_common.c345 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, 0, in check_mfd_writeable()
388 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, 0, in check_mfd_non_writeable()
/external/linux-kselftest/tools/testing/selftests/memfd/
Dmemfd_test.c316 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in mfd_assert_write()
380 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in mfd_fail_write()
/external/linux-kselftest/tools/testing/selftests/vm/
Duserfaultfd.c143 if (fallocate(huge_fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in release_pages()
/external/fio/
Dconfigure740 int r = fallocate(0, FALLOC_FL_KEEP_SIZE, 0, 1024);
Dfilesetup.c126 r = fallocate(f->fd, FALLOC_FL_KEEP_SIZE, 0, in extend_file()
DHOWTO1036 FALLOC_FL_KEEP_SIZE set.
1673 does fallocate(,mode = FALLOC_FL_KEEP_SIZE,).
1679 does fallocate(,mode = FALLOC_FL_KEEP_SIZE|FALLOC_FL_PUNCH_HOLE).
/external/e2fsprogs/misc/
Dfuse2fs.c83 #ifdef FALLOC_FL_KEEP_SIZE
84 # define FL_KEEP_SIZE_FLAG FALLOC_FL_KEEP_SIZE
/external/e2fsprogs/
DRELEASE-NOTES3345 using fallocate() with the FALLOC_FL_KEEP_SIZE option. (Addresses