Home
last modified time | relevance | path

Searched refs:POSIX_FADV_WILLNEED (Results 1 - 25 of 46) sorted by relevance

12

/third_party/exfatprogs/lib/
H A 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/
H A Dposix_fadvise04.c40 POSIX_FADV_WILLNEED,
H A Dposix_fadvise01.c43 POSIX_FADV_WILLNEED,
H A Dposix_fadvise02.c40 POSIX_FADV_WILLNEED,
H A Dposix_fadvise03.c43 POSIX_FADV_WILLNEED,
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/
H A Dfcntl_posix_fadvise64_test.cpp33 int result5 = posix_fadvise64(fd, 0, TEST_LEN, POSIX_FADV_WILLNEED); in HWTEST_F()
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap12.c46 SAFE_POSIX_FADVISE(fd, 0, hpage_size, POSIX_FADV_WILLNEED); in run_test()
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/
H A Dposix_fadvise.c45 POSIX_FADV_WILLNEED, in posix_fadvise_0100()
/third_party/f2fs-tools/lib/
H A 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/porting/linux/user/include/
H A Dfcntl.h70 #define POSIX_FADV_WILLNEED 3 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h69 #define POSIX_FADV_WILLNEED 3 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h69 #define POSIX_FADV_WILLNEED 3 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h69 #define POSIX_FADV_WILLNEED 3 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h70 #define POSIX_FADV_WILLNEED 3 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h69 #define POSIX_FADV_WILLNEED 3 macro
/third_party/musl/libc-test/src/api/
H A Dfcntl.c74 C(POSIX_FADV_WILLNEED) in f()
/third_party/musl/include/
H A Dfcntl.h72 #define POSIX_FADV_WILLNEED 3 macro
/third_party/rust/crates/nix/test/
H A 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/
H A Dreadahead02.c62 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 Dsound-file-stream.c270 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 Dtypes.rs347 /// `POSIX_FADV_WILLNEED`
348 WillNeed = linux_raw_sys::general::POSIX_FADV_WILLNEED,
/third_party/rust/crates/nix/src/
H A Dfcntl.rs841 POSIX_FADV_WILLNEED,
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs493 /// `POSIX_FADV_WILLNEED`
494 WillNeed = c::POSIX_FADV_WILLNEED as c::c_uint,
/third_party/f2fs-tools/include/
H A Df2fs_fs.h1468 #ifdef POSIX_FADV_WILLNEED
/third_party/rust/crates/libc/src/
H A Dwasi.rs233 pub const POSIX_FADV_WILLNEED: c_int = 3; consts

Completed in 20 milliseconds

12