/third_party/ltp/testcases/kernel/syscalls/fallocate/ |
D | fallocate03.c | 126 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,
|
D | fallocate05.c | 122 TEST(fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, 0, tmp)); in run()
|
D | fallocate01.c | 208 runtest(FALLOC_FL_KEEP_SIZE, fd_mode2, expected_size); in main()
|
D | fallocate06.c | 215 TEST(fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, offset, in run()
|
D | fallocate04.c | 111 if (fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in test02()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | fallocate.c | 55 int ret = fallocate(fd, FALLOC_FL_KEEP_SIZE, 4096, 4096 * 3); in fallocate_0200() 75 int ret = fallocate(fd, FALLOC_FL_KEEP_SIZE | FALLOC_FL_PUNCH_HOLE, 4096, 4096 * 3); in fallocate_0300() 89 int ret = fallocate(fd, FALLOC_FL_KEEP_SIZE, 4096, 4096 * 3); in fallocate_0400()
|
/third_party/ltp/include/lapi/ |
D | fallocate.h | 17 #ifndef FALLOC_FL_KEEP_SIZE 18 # define FALLOC_FL_KEEP_SIZE 0x01 macro
|
D | fcntl.h | 118 #ifndef FALLOC_FL_KEEP_SIZE 119 # define FALLOC_FL_KEEP_SIZE 1 macro
|
/third_party/f2fs-tools/mkfs/ |
D | f2fs_format_utils.c | 80 if (fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in trim_device()
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 176 #define FALLOC_FL_KEEP_SIZE 1 macro
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 177 #define FALLOC_FL_KEEP_SIZE 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 176 #define FALLOC_FL_KEEP_SIZE 1 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 177 #define FALLOC_FL_KEEP_SIZE 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 176 #define FALLOC_FL_KEEP_SIZE 1 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 172 #define FALLOC_FL_KEEP_SIZE 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 176 #define FALLOC_FL_KEEP_SIZE 1 macro
|
/third_party/musl/include/ |
D | fcntl.h | 176 #define FALLOC_FL_KEEP_SIZE 1 macro
|
/third_party/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create_common.c | 359 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, 0, in check_mfd_writeable() 402 FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, 0, in check_mfd_non_writeable()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | types.rs | 473 const KEEP_SIZE = linux_raw_sys::general::FALLOC_FL_KEEP_SIZE;
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 282 FALLOC_FL_KEEP_SIZE
|
D | linux.txt | 680 FALLOC_FL_KEEP_SIZE
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | types.rs | 715 const KEEP_SIZE = c::FALLOC_FL_KEEP_SIZE;
|
/third_party/rust/crates/nix/src/ |
D | fcntl.rs | 650 FALLOC_FL_KEEP_SIZE;
|
/third_party/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.c | 434 mode |= FALLOC_FL_KEEP_SIZE; in do_fallocate()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1154 pub const FALLOC_FL_KEEP_SIZE: ::c_int = 0x01; constant
|