/third_party/exfatprogs/lib/ |
H A 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/ |
H A D | posix_fadvise04.c | 40 POSIX_FADV_WILLNEED,
|
H A D | posix_fadvise01.c | 43 POSIX_FADV_WILLNEED,
|
H A D | posix_fadvise02.c | 40 POSIX_FADV_WILLNEED,
|
H A D | posix_fadvise03.c | 43 POSIX_FADV_WILLNEED,
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/ |
H A D | fcntl_posix_fadvise64_test.cpp | 33 int result5 = posix_fadvise64(fd, 0, TEST_LEN, POSIX_FADV_WILLNEED); in HWTEST_F()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
H A D | hugemmap12.c | 46 SAFE_POSIX_FADVISE(fd, 0, hpage_size, POSIX_FADV_WILLNEED); in run_test()
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/ |
H A D | posix_fadvise.c | 45 POSIX_FADV_WILLNEED, in posix_fadvise_0100()
|
/third_party/f2fs-tools/lib/ |
H A 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/porting/linux/user/include/ |
H A D | fcntl.h | 70 #define POSIX_FADV_WILLNEED 3 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | fcntl.h | 69 #define POSIX_FADV_WILLNEED 3 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | fcntl.h | 69 #define POSIX_FADV_WILLNEED 3 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | fcntl.h | 69 #define POSIX_FADV_WILLNEED 3 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | fcntl.h | 70 #define POSIX_FADV_WILLNEED 3 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | fcntl.h | 69 #define POSIX_FADV_WILLNEED 3 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | fcntl.c | 74 C(POSIX_FADV_WILLNEED) in f()
|
/third_party/musl/include/ |
H A D | fcntl.h | 72 #define POSIX_FADV_WILLNEED 3 macro
|
/third_party/rust/crates/nix/test/ |
H A 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/ |
H A D | readahead02.c | 62 errno = posix_fadvise(fd, offset, len, POSIX_FADV_WILLNEED); in fadvise_willneed() 71 /* Use either readahead() syscall or POSIX_FADV_WILLNEED */ 76 { "POSIX_FADV_WILLNEED on file", 0, 1, fadvise_willneed }, 77 { "POSIX_FADV_WILLNEED on overlayfs file", 1, 1, fadvise_willneed }, 326 * readahead02.c:221: TINFO: Test #2: POSIX_FADV_WILLNEED on file in test_readahead()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | sound-file-stream.c | 270 if (posix_fadvise(fd, 0, 0, POSIX_FADV_WILLNEED) < 0) { in pa_play_file() 271 pa_log_warn("POSIX_FADV_WILLNEED failed: %s", pa_cstrerror(errno)); in pa_play_file() 274 pa_log_debug("POSIX_FADV_WILLNEED succeeded."); in pa_play_file()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | types.rs | 347 /// `POSIX_FADV_WILLNEED` 348 WillNeed = linux_raw_sys::general::POSIX_FADV_WILLNEED,
|
/third_party/rust/crates/nix/src/ |
H A D | fcntl.rs | 841 POSIX_FADV_WILLNEED,
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | types.rs | 493 /// `POSIX_FADV_WILLNEED` 494 WillNeed = c::POSIX_FADV_WILLNEED as c::c_uint,
|
/third_party/f2fs-tools/include/ |
H A D | f2fs_fs.h | 1468 #ifdef POSIX_FADV_WILLNEED
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 233 pub const POSIX_FADV_WILLNEED: c_int = 3; consts
|