Searched refs:FALLOC_FL_KEEP_SIZE (Results 1 – 18 of 18) sorted by relevance
/external/e2fsprogs/contrib/ |
D | fallocate.c | 41 #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/ |
D | falloc.c | 67 #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/ |
D | falloc_flags.h | 2 #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),
|
D | falloc_flags.in | 1 FALLOC_FL_KEEP_SIZE 0x01
|
/external/ltp/testcases/kernel/syscalls/fallocate/ |
D | fallocate03.c | 125 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,
|
D | fallocate.h | 34 #ifndef FALLOC_FL_KEEP_SIZE 35 #define FALLOC_FL_KEEP_SIZE 0x01 macro
|
D | fallocate01.c | 215 runtest(FALLOC_FL_KEEP_SIZE, fd_mode2, expected_size); in main()
|
D | fallocate04.c | 150 if (fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in test02()
|
/external/ltp/include/lapi/ |
D | fcntl.h | 86 #ifndef FALLOC_FL_KEEP_SIZE 87 # define FALLOC_FL_KEEP_SIZE 1 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | falloc.h | 4 #define FALLOC_FL_KEEP_SIZE 0x01 /* default is extend size */ macro
|
/external/f2fs-tools/mkfs/ |
D | f2fs_format_utils.c | 50 if (fallocate(config.fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in f2fs_trim_device()
|
/external/e2fsprogs/lib/ext2fs/ |
D | unix_io.c | 1019 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/linux-kselftest/tools/testing/selftests/memfd/ |
D | memfd_test.c | 316 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/fio/ |
D | configure | 609 int r = fallocate(0, FALLOC_FL_KEEP_SIZE, 0, 1024);
|
D | filesetup.c | 106 r = fallocate(f->fd, FALLOC_FL_KEEP_SIZE, 0, in extend_file()
|
D | HOWTO | 448 FALLOC_FL_KEEP_SIZE set
|
/external/e2fsprogs/misc/ |
D | fuse2fs.c | 83 #ifdef FALLOC_FL_KEEP_SIZE 84 # define FL_KEEP_SIZE_FLAG FALLOC_FL_KEEP_SIZE
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 3345 using fallocate() with the FALLOC_FL_KEEP_SIZE option. (Addresses
|