Home
last modified time | relevance | path

Searched refs:FALLOC_FL_ZERO_RANGE (Results 1 – 14 of 14) sorted by relevance

/external/strace/xlat/
Dfalloc_flags.h34 #if defined(FALLOC_FL_ZERO_RANGE) || (defined(HAVE_DECL_FALLOC_FL_ZERO_RANGE) && HAVE_DECL_FALLOC_F…
36 static_assert((FALLOC_FL_ZERO_RANGE) == (0x10), "FALLOC_FL_ZERO_RANGE != 0x10");
39 # define FALLOC_FL_ZERO_RANGE 0x10
70 XLAT(FALLOC_FL_ZERO_RANGE),
Dfalloc_flags.in5 FALLOC_FL_ZERO_RANGE 0x10
/external/ltp/include/lapi/
Dfallocate.h39 #ifndef FALLOC_FL_ZERO_RANGE
40 # define FALLOC_FL_ZERO_RANGE 0x10 macro
/external/e2fsprogs/contrib/
Dfallocate.c44 #define FALLOC_FL_ZERO_RANGE 0x10 macro
122 falloc_mode = (FALLOC_FL_ZERO_RANGE | in main()
/external/kernel-headers/original/uapi/linux/
Dfalloc.h43 #define FALLOC_FL_ZERO_RANGE 0x10 macro
/external/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate04.c170 if (fallocate(fd, FALLOC_FL_ZERO_RANGE, block_size - 1, in test03()
257 if (fallocate(fd, FALLOC_FL_ZERO_RANGE, block_size, block_size) == -1) in test05()
/external/crosvm/sys_util/src/
Dlib.rs261 FallocateMode::ZeroRange => libc::FALLOC_FL_ZERO_RANGE, in fallocate()
/external/e2fsprogs/lib/ext2fs/
Dunix_io.c1139 #if defined(HAVE_FALLOCATE) && defined(FALLOC_FL_ZERO_RANGE) in __unix_zeroout()
1140 ret = fallocate(fd, FALLOC_FL_ZERO_RANGE, offset, len); in __unix_zeroout()
/external/rust/crates/nix/src/
Dfcntl.rs556 FALLOC_FL_ZERO_RANGE;
/external/crosvm/disk/src/
Ddisk.rs468 (libc::FALLOC_FL_ZERO_RANGE | libc::FALLOC_FL_KEEP_SIZE) as u32, in write_zeroes_at()
/external/e2fsprogs/doc/RelNotes/
Dv1.43.0.txt208 The ext2fs_zero_blocks() command will use FALLOC_FL_ZERO_RANGE for
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs688 pub const FALLOC_FL_ZERO_RANGE: ::c_int = 0x10; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1726 pub const FALLOC_FL_ZERO_RANGE: ::c_int = 0x10; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2636 pub const FALLOC_FL_ZERO_RANGE: ::c_int = 0x10; constant