Home
last modified time | relevance | path

Searched refs:POSIX_FADV_SEQUENTIAL (Results 1 – 25 of 46) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/fadvise/
Dposix_fadvise01.c40 POSIX_FADV_SEQUENTIAL,
Dposix_fadvise04.c37 POSIX_FADV_SEQUENTIAL,
Dposix_fadvise02.c37 POSIX_FADV_SEQUENTIAL,
Dposix_fadvise03.c41 POSIX_FADV_SEQUENTIAL,
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/
Dfcntl_posix_fadvise64_test.cpp30 int result2 = posix_fadvise64(fd, 0, TEST_LEN, POSIX_FADV_SEQUENTIAL);
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/
Dposix_fadvise.c42 POSIX_FADV_SEQUENTIAL, in posix_fadvise_0100()
/third_party/musl/libc-test/src/api/
Dfcntl.c73 C(POSIX_FADV_SEQUENTIAL) in f()
/third_party/pulseaudio/src/pulsecore/
Dsound-file.c68 if (posix_fadvise(fd, 0, 0, POSIX_FADV_SEQUENTIAL) < 0) { in pa_sound_file_load()
Dsound-file-stream.c264 if (posix_fadvise(fd, 0, 0, POSIX_FADV_SEQUENTIAL) < 0) { in pa_play_file()
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h68 #define POSIX_FADV_SEQUENTIAL 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h68 #define POSIX_FADV_SEQUENTIAL 2 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h69 #define POSIX_FADV_SEQUENTIAL 2 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h69 #define POSIX_FADV_SEQUENTIAL 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h68 #define POSIX_FADV_SEQUENTIAL 2 macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h68 #define POSIX_FADV_SEQUENTIAL 2 macro
/third_party/musl/include/
Dfcntl.h71 #define POSIX_FADV_SEQUENTIAL 2 macro
/third_party/elfutils/src/
Dstrings.c573 (void) posix_fadvise (fd, 0, 0, POSIX_FADV_SEQUENTIAL); in read_block()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs339 Sequential = linux_raw_sys::general::POSIX_FADV_SEQUENTIAL,
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt587 POSIX_FADV_SEQUENTIAL
Dfreebsd.txt900 POSIX_FADV_SEQUENTIAL
Dlinux.txt1690 POSIX_FADV_SEQUENTIAL
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs485 Sequential = c::POSIX_FADV_SEQUENTIAL as c::c_uint,
/third_party/rust/crates/nix/src/
Dfcntl.rs838 POSIX_FADV_SEQUENTIAL,
/third_party/rust/crates/libc/src/
Dwasi.rs232 pub const POSIX_FADV_SEQUENTIAL: c_int = 1; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1213 pub const POSIX_FADV_SEQUENTIAL: ::c_int = 2; constant

12