Home
last modified time | relevance | path

Searched refs:POSIX_FADV_WILLNEED (Results 1 – 25 of 52) sorted by relevance

123

/third_party/exfatprogs/lib/
Dexfat_dir.c56 #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/
Dposix_fadvise01.c43 POSIX_FADV_WILLNEED,
Dposix_fadvise04.c40 POSIX_FADV_WILLNEED,
Dposix_fadvise02.c40 POSIX_FADV_WILLNEED,
Dposix_fadvise03.c43 POSIX_FADV_WILLNEED,
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/
Dfcntl_posix_fadvise64_test.cpp33 int result5 = posix_fadvise64(fd, 0, TEST_LEN, POSIX_FADV_WILLNEED);
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
Dhugemmap12.c46 SAFE_POSIX_FADVISE(fd, 0, hpage_size, POSIX_FADV_WILLNEED); in run_test()
/third_party/f2fs-tools/lib/
Dlibf2fs_io.c542 #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/
Dposix_fadvise.c45 POSIX_FADV_WILLNEED, in posix_fadvise_0100()
/third_party/musl/libc-test/src/api/
Dfcntl.c74 C(POSIX_FADV_WILLNEED) in f()
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h69 #define POSIX_FADV_WILLNEED 3 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h69 #define POSIX_FADV_WILLNEED 3 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h70 #define POSIX_FADV_WILLNEED 3 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h70 #define POSIX_FADV_WILLNEED 3 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h69 #define POSIX_FADV_WILLNEED 3 macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h69 #define POSIX_FADV_WILLNEED 3 macro
/third_party/musl/include/
Dfcntl.h72 #define POSIX_FADV_WILLNEED 3 macro
/third_party/rust/crates/nix/test/
Dtest_fcntl.rs495 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/
Dreadahead02.c62 errno = posix_fadvise(fd, offset, len, POSIX_FADV_WILLNEED); in fadvise_willneed()
/third_party/pulseaudio/src/pulsecore/
Dsound-file-stream.c270 if (posix_fadvise(fd, 0, 0, POSIX_FADV_WILLNEED) < 0) { in pa_play_file()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs348 WillNeed = linux_raw_sys::general::POSIX_FADV_WILLNEED,
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt588 POSIX_FADV_WILLNEED
Dfreebsd.txt901 POSIX_FADV_WILLNEED
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs494 WillNeed = c::POSIX_FADV_WILLNEED as c::c_uint,
/third_party/rust/crates/nix/src/
Dfcntl.rs841 POSIX_FADV_WILLNEED,

123