Home
last modified time | relevance | path

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

12

/third_party/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.c122 TEST(fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, 0, tmp)); in run()
Dfallocate01.c208 runtest(FALLOC_FL_KEEP_SIZE, fd_mode2, expected_size); in main()
Dfallocate06.c215 TEST(fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, offset, in run()
Dfallocate04.c111 if (fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in test02()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dfallocate.c55 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/
Dfallocate.h17 #ifndef FALLOC_FL_KEEP_SIZE
18 # define FALLOC_FL_KEEP_SIZE 0x01 macro
Dfcntl.h118 #ifndef FALLOC_FL_KEEP_SIZE
119 # define FALLOC_FL_KEEP_SIZE 1 macro
/third_party/f2fs-tools/mkfs/
Df2fs_format_utils.c80 if (fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in trim_device()
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h176 #define FALLOC_FL_KEEP_SIZE 1 macro
/third_party/musl/ndk_musl_include/
Dfcntl.h177 #define FALLOC_FL_KEEP_SIZE 1 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h176 #define FALLOC_FL_KEEP_SIZE 1 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h177 #define FALLOC_FL_KEEP_SIZE 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h176 #define FALLOC_FL_KEEP_SIZE 1 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h172 #define FALLOC_FL_KEEP_SIZE 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h176 #define FALLOC_FL_KEEP_SIZE 1 macro
/third_party/musl/include/
Dfcntl.h176 #define FALLOC_FL_KEEP_SIZE 1 macro
/third_party/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create_common.c359 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/
Dtypes.rs473 const KEEP_SIZE = linux_raw_sys::general::FALLOC_FL_KEEP_SIZE;
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt282 FALLOC_FL_KEEP_SIZE
Dlinux.txt680 FALLOC_FL_KEEP_SIZE
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs715 const KEEP_SIZE = c::FALLOC_FL_KEEP_SIZE;
/third_party/rust/crates/nix/src/
Dfcntl.rs650 FALLOC_FL_KEEP_SIZE;
/third_party/f2fs-tools/tools/f2fs_io/
Df2fs_io.c434 mode |= FALLOC_FL_KEEP_SIZE; in do_fallocate()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1154 pub const FALLOC_FL_KEEP_SIZE: ::c_int = 0x01; constant

12