Home
last modified time | relevance | path

Searched refs:POSIX_FADV_DONTNEED (Results 1 - 25 of 53) sorted by relevance

123

/third_party/musl/porting/linux/user/include/
H A Dfcntl.h71 #ifndef POSIX_FADV_DONTNEED
72 #define POSIX_FADV_DONTNEED 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h70 #ifndef POSIX_FADV_DONTNEED
71 #define POSIX_FADV_DONTNEED 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h70 #ifndef POSIX_FADV_DONTNEED
71 #define POSIX_FADV_DONTNEED 4 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h70 #ifndef POSIX_FADV_DONTNEED
71 #define POSIX_FADV_DONTNEED 4 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h71 #ifndef POSIX_FADV_DONTNEED
72 #define POSIX_FADV_DONTNEED 4 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h70 #ifndef POSIX_FADV_DONTNEED
71 #define POSIX_FADV_DONTNEED 4 macro
/third_party/musl/include/
H A Dfcntl.h73 #ifndef POSIX_FADV_DONTNEED
74 #define POSIX_FADV_DONTNEED 4 macro
/third_party/musl/arch/s390x/bits/
H A Dfcntl.h42 #define POSIX_FADV_DONTNEED 6 macro
/third_party/ltp/testcases/kernel/syscalls/fadvise/
H A Dposix_fadvise04.c41 POSIX_FADV_DONTNEED,
H A Dposix_fadvise01.c44 POSIX_FADV_DONTNEED,
H A Dposix_fadvise02.c41 POSIX_FADV_DONTNEED,
H A Dposix_fadvise03.c45 /* 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 Dfcntl_posix_fadvise64_test.cpp34 int result6 = posix_fadvise64(fd, 0, TEST_LEN, POSIX_FADV_DONTNEED); in HWTEST_F()
/third_party/ltp/testcases/kernel/syscalls/mincore/
H A Dmincore04.c51 ret = posix_fadvise(fd, 0, size, POSIX_FADV_DONTNEED); in setup()
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/
H A Dposix_fadvise.c46 POSIX_FADV_DONTNEED}; in posix_fadvise_0100()
/third_party/ltp/testcases/kernel/controllers/io/
H A Dio_control01.c86 TST_EXP_PASS_SILENT(posix_fadvise(fd, pgsz * i, pgsz, POSIX_FADV_DONTNEED)); in run()
/third_party/musl/libc-test/src/api/
H A Dfcntl.c69 C(POSIX_FADV_DONTNEED) in f()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dmod.rs156 pub const POSIX_FADV_DONTNEED: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs698 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 Dmod.rs152 pub const POSIX_FADV_DONTNEED: ::c_int = 4; consts
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs350 /// `POSIX_FADV_DONTNEED`
351 DontNeed = linux_raw_sys::general::POSIX_FADV_DONTNEED,
/third_party/rust/crates/nix/src/
H A Dfcntl.rs842 POSIX_FADV_DONTNEED,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs403 pub const POSIX_FADV_DONTNEED: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/
H A Dmod.rs630 pub const POSIX_FADV_DONTNEED: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/
H A Dmod.rs313 pub const POSIX_FADV_DONTNEED: ::c_int = 4; consts

Completed in 21 milliseconds

123