/third_party/exfatprogs/lib/ |
D | exfat_dir.c | 56 #ifdef POSIX_FADV_WILLNEED in read_ahead_first_blocks() 74 POSIX_FADV_WILLNEED); in read_ahead_first_blocks() 87 #ifdef POSIX_FADV_WILLNEED in read_ahead_next_blocks() 112 POSIX_FADV_WILLNEED); in read_ahead_next_blocks() 124 POSIX_FADV_WILLNEED); in read_ahead_next_blocks() 138 #ifdef POSIX_FADV_WILLNEED in read_ahead_next_dir_blocks() 155 POSIX_FADV_WILLNEED); in read_ahead_next_dir_blocks()
|
/third_party/ltp/testcases/kernel/syscalls/fadvise/ |
D | posix_fadvise01.c | 43 POSIX_FADV_WILLNEED,
|
D | posix_fadvise04.c | 40 POSIX_FADV_WILLNEED,
|
D | posix_fadvise02.c | 40 POSIX_FADV_WILLNEED,
|
D | posix_fadvise03.c | 43 POSIX_FADV_WILLNEED,
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/ |
D | fcntl_posix_fadvise64_test.cpp | 33 int result5 = posix_fadvise64(fd, 0, TEST_LEN, POSIX_FADV_WILLNEED);
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
D | hugemmap12.c | 46 SAFE_POSIX_FADVISE(fd, 0, hpage_size, POSIX_FADV_WILLNEED); in run_test()
|
/third_party/f2fs-tools/lib/ |
D | libf2fs_io.c | 542 #ifdef POSIX_FADV_WILLNEED 552 #ifdef POSIX_FADV_WILLNEED in dev_readahead() 553 return posix_fadvise(fd, offset, len, POSIX_FADV_WILLNEED); in dev_readahead()
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/ |
D | posix_fadvise.c | 45 POSIX_FADV_WILLNEED, in posix_fadvise_0100()
|
/third_party/musl/libc-test/src/api/ |
D | fcntl.c | 74 C(POSIX_FADV_WILLNEED) in f()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 69 #define POSIX_FADV_WILLNEED 3 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 69 #define POSIX_FADV_WILLNEED 3 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 70 #define POSIX_FADV_WILLNEED 3 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 70 #define POSIX_FADV_WILLNEED 3 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 69 #define POSIX_FADV_WILLNEED 3 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 69 #define POSIX_FADV_WILLNEED 3 macro
|
/third_party/musl/include/ |
D | fcntl.h | 72 #define POSIX_FADV_WILLNEED 3 macro
|
/third_party/rust/crates/nix/test/ |
D | test_fcntl.rs | 495 posix_fadvise(fd, 0, 100, PosixFadviseAdvice::POSIX_FADV_WILLNEED) in test_success() 506 PosixFadviseAdvice::POSIX_FADV_WILLNEED, in test_errno()
|
/third_party/ltp/testcases/kernel/syscalls/readahead/ |
D | readahead02.c | 62 errno = posix_fadvise(fd, offset, len, POSIX_FADV_WILLNEED); in fadvise_willneed()
|
/third_party/pulseaudio/src/pulsecore/ |
D | sound-file-stream.c | 270 if (posix_fadvise(fd, 0, 0, POSIX_FADV_WILLNEED) < 0) { in pa_play_file()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | types.rs | 348 WillNeed = linux_raw_sys::general::POSIX_FADV_WILLNEED,
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 588 POSIX_FADV_WILLNEED
|
D | freebsd.txt | 901 POSIX_FADV_WILLNEED
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | types.rs | 494 WillNeed = c::POSIX_FADV_WILLNEED as c::c_uint,
|
/third_party/rust/crates/nix/src/ |
D | fcntl.rs | 841 POSIX_FADV_WILLNEED,
|