/third_party/musl/porting/linux/user/include/ |
H A D | fcntl.h | 71 #ifndef POSIX_FADV_DONTNEED 72 #define POSIX_FADV_DONTNEED 4 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | fcntl.h | 70 #ifndef POSIX_FADV_DONTNEED 71 #define POSIX_FADV_DONTNEED 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | fcntl.h | 70 #ifndef POSIX_FADV_DONTNEED 71 #define POSIX_FADV_DONTNEED 4 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | fcntl.h | 70 #ifndef POSIX_FADV_DONTNEED 71 #define POSIX_FADV_DONTNEED 4 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | fcntl.h | 71 #ifndef POSIX_FADV_DONTNEED 72 #define POSIX_FADV_DONTNEED 4 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | fcntl.h | 70 #ifndef POSIX_FADV_DONTNEED 71 #define POSIX_FADV_DONTNEED 4 macro
|
/third_party/musl/include/ |
H A D | fcntl.h | 73 #ifndef POSIX_FADV_DONTNEED 74 #define POSIX_FADV_DONTNEED 4 macro
|
/third_party/musl/arch/s390x/bits/ |
H A D | fcntl.h | 42 #define POSIX_FADV_DONTNEED 6 macro
|
/third_party/ltp/testcases/kernel/syscalls/fadvise/ |
H A D | posix_fadvise04.c | 41 POSIX_FADV_DONTNEED,
|
H A D | posix_fadvise01.c | 44 POSIX_FADV_DONTNEED,
|
H A D | posix_fadvise02.c | 41 POSIX_FADV_DONTNEED,
|
H A D | posix_fadvise03.c | 45 /* POSIX_FADV_DONTNEED and POSIX_FADV_NOREUSE are 6,7 on 31bit s390, 54 4, /* POSIX_FADV_DONTNEED */ 56 6, /* POSIX_FADV_DONTNEED */ 59 POSIX_FADV_DONTNEED,
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/ |
H A D | fcntl_posix_fadvise64_test.cpp | 34 int result6 = posix_fadvise64(fd, 0, TEST_LEN, POSIX_FADV_DONTNEED); in HWTEST_F()
|
/third_party/ltp/testcases/kernel/syscalls/mincore/ |
H A D | mincore04.c | 51 ret = posix_fadvise(fd, 0, size, POSIX_FADV_DONTNEED); in setup()
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/ |
H A D | posix_fadvise.c | 46 POSIX_FADV_DONTNEED}; in posix_fadvise_0100()
|
/third_party/ltp/testcases/kernel/controllers/io/ |
H A D | io_control01.c | 86 TST_EXP_PASS_SILENT(posix_fadvise(fd, pgsz * i, pgsz, POSIX_FADV_DONTNEED)); in run()
|
/third_party/musl/libc-test/src/api/ |
H A D | fcntl.c | 69 C(POSIX_FADV_DONTNEED) in f()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
H A D | mod.rs | 156 pub const POSIX_FADV_DONTNEED: ::c_int = 4; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
H A D | mod.rs | 698 pub const POSIX_FADV_DONTNEED: ::c_int = 6; consts 701 pub const POSIX_FADV_DONTNEED: ::c_int = 4; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
H A D | mod.rs | 152 pub const POSIX_FADV_DONTNEED: ::c_int = 4; consts
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | types.rs | 350 /// `POSIX_FADV_DONTNEED` 351 DontNeed = linux_raw_sys::general::POSIX_FADV_DONTNEED,
|
/third_party/rust/crates/nix/src/ |
H A D | fcntl.rs | 842 POSIX_FADV_DONTNEED,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
H A D | mod.rs | 403 pub const POSIX_FADV_DONTNEED: ::c_int = 4; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/ |
H A D | mod.rs | 630 pub const POSIX_FADV_DONTNEED: ::c_int = 4; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/ |
H A D | mod.rs | 313 pub const POSIX_FADV_DONTNEED: ::c_int = 4; consts
|