Home
last modified time | relevance | path

Searched refs:POSIX_FADV_SEQUENTIAL (Results 1 - 25 of 41) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/fadvise/
H A Dposix_fadvise04.c37 POSIX_FADV_SEQUENTIAL,
H A Dposix_fadvise01.c40 POSIX_FADV_SEQUENTIAL,
H A Dposix_fadvise02.c37 POSIX_FADV_SEQUENTIAL,
H A Dposix_fadvise03.c41 POSIX_FADV_SEQUENTIAL,
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/
H A Dfcntl_posix_fadvise64_test.cpp30 int result2 = posix_fadvise64(fd, 0, TEST_LEN, POSIX_FADV_SEQUENTIAL); in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/
H A Dposix_fadvise.c42 POSIX_FADV_SEQUENTIAL, in posix_fadvise_0100()
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h69 #define POSIX_FADV_SEQUENTIAL 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h68 #define POSIX_FADV_SEQUENTIAL 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h68 #define POSIX_FADV_SEQUENTIAL 2 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h68 #define POSIX_FADV_SEQUENTIAL 2 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h69 #define POSIX_FADV_SEQUENTIAL 2 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h68 #define POSIX_FADV_SEQUENTIAL 2 macro
/third_party/musl/libc-test/src/api/
H A Dfcntl.c73 C(POSIX_FADV_SEQUENTIAL) in f()
/third_party/pulseaudio/src/pulsecore/
H A Dsound-file.c68 if (posix_fadvise(fd, 0, 0, POSIX_FADV_SEQUENTIAL) < 0) { in pa_sound_file_load()
69 pa_log_warn("POSIX_FADV_SEQUENTIAL failed: %s", pa_cstrerror(errno)); in pa_sound_file_load()
72 pa_log_debug("POSIX_FADV_SEQUENTIAL succeeded."); in pa_sound_file_load()
H A Dsound-file-stream.c264 if (posix_fadvise(fd, 0, 0, POSIX_FADV_SEQUENTIAL) < 0) { in pa_play_file()
265 pa_log_warn("POSIX_FADV_SEQUENTIAL failed: %s", pa_cstrerror(errno)); in pa_play_file()
268 pa_log_debug("POSIX_FADV_SEQUENTIAL succeeded."); in pa_play_file()
/third_party/musl/include/
H A Dfcntl.h71 #define POSIX_FADV_SEQUENTIAL 2 macro
/third_party/elfutils/src/
H A Dstrings.c573 (void) posix_fadvise (fd, 0, 0, POSIX_FADV_SEQUENTIAL); in read_block()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs338 /// `POSIX_FADV_SEQUENTIAL`
339 Sequential = linux_raw_sys::general::POSIX_FADV_SEQUENTIAL,
/third_party/rust/crates/nix/src/
H A Dfcntl.rs838 POSIX_FADV_SEQUENTIAL,
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs484 /// `POSIX_FADV_SEQUENTIAL`
485 Sequential = c::POSIX_FADV_SEQUENTIAL as c::c_uint,
/third_party/rust/crates/libc/src/
H A Dwasi.rs232 pub const POSIX_FADV_SEQUENTIAL: c_int = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1213 pub const POSIX_FADV_SEQUENTIAL: ::c_int = 2; consts
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c666 mapped_advice = POSIX_FADV_SEQUENTIAL; in uvwasi_fd_advise()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1237 pub const POSIX_FADV_SEQUENTIAL: ::c_int = 1; consts
/third_party/python/Modules/
H A Dposixmodule.c11027 advice is one of POSIX_FADV_NORMAL, POSIX_FADV_SEQUENTIAL,
15377 #ifdef POSIX_FADV_SEQUENTIAL in all_ins()
15378 if (PyModule_AddIntMacro(m, POSIX_FADV_SEQUENTIAL)) return -1; in all_ins()

Completed in 44 milliseconds

12