Home
last modified time | relevance | path

Searched refs:posix_fadvise (Results 1 – 25 of 48) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/fcntl/
Dposix_fadvise.c49 int ret = posix_fadvise(fd, 0, TEST_LEN, flags[i]); in posix_fadvise_0100()
75 int ret = posix_fadvise(fd, 0, -1, POSIX_FADV_NORMAL); in posix_fadvise_0200()
100 int ret = posix_fadvise(fd, -1, TEST_LEN, POSIX_FADV_NORMAL); in posix_fadvise_0300()
113 int ret = posix_fadvise(-1, 0, TEST_LEN, POSIX_FADV_NORMAL); in posix_fadvise_0400()
136 int ret = posix_fadvise(fd, 0, TEST_LEN, -1); in posix_fadvise_0500()
Dtest_src_functionalext_supplement_fcntl.gni16 "posix_fadvise",
/third_party/musl/src/fcntl/
Dposix_fadvise.c4 int posix_fadvise(int fd, off_t base, off_t len, int advice) in posix_fadvise() function
18 weak_alias(posix_fadvise, posix_fadvise64);
/third_party/musl/porting/liteos_a/user/src/fcntl/
Dposix_fadvise.c6 int posix_fadvise(int fd, off_t base, off_t len, int advice) in posix_fadvise() function
21 weak_alias(posix_fadvise, posix_fadvise64);
/third_party/exfatprogs/fsck/
Dde_iter.c56 return posix_fadvise(exfat->blk_dev->dev_fd, in read_ahead_first_blocks()
91 ret = posix_fadvise(exfat->blk_dev->dev_fd, in read_ahead_next_blocks()
103 ret = posix_fadvise(exfat->blk_dev->dev_fd, in read_ahead_next_blocks()
134 return posix_fadvise(exfat->blk_dev->dev_fd, offset, in read_ahead_next_dir_blocks()
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h36 int posix_fadvise(int, off_t, off_t, int);
207 #define posix_fadvise64 posix_fadvise
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h36 int posix_fadvise(int, off_t, off_t, int);
207 #define posix_fadvise64 posix_fadvise
/third_party/musl/ndk_musl_include/
Dfcntl.h36 int posix_fadvise(int, off_t, off_t, int);
207 #define posix_fadvise64 posix_fadvise
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h36 int posix_fadvise(int, off_t, off_t, int);
207 #define posix_fadvise64 posix_fadvise
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h36 int posix_fadvise(int, off_t, off_t, int);
207 #define posix_fadvise64 posix_fadvise
/third_party/musl/include/
Dfcntl.h36 int posix_fadvise(int, off_t, off_t, int);
207 #define posix_fadvise64 posix_fadvise
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h37 int posix_fadvise(int, off_t, off_t, int);
199 #define posix_fadvise64 posix_fadvise
/third_party/musl/porting/linux/user/include/
Dfcntl.h37 int posix_fadvise(int, off_t, off_t, int);
208 #define posix_fadvise64 posix_fadvise
/third_party/iowow/src/platform/
Diwp.c91 posix_fadvise(fh, off, siz, POSIX_FADV_SEQUENTIAL); in iwp_copy_bytes()
112 posix_fadvise(fh, off, siz, POSIX_FADV_NORMAL); in iwp_copy_bytes()
/third_party/ltp/testcases/kernel/syscalls/fadvise/
Dposix_fadvise01.c49 TEST(posix_fadvise(fd, 0, 0, defined_advise[n])); in verify_fadvise()
Dposix_fadvise04.c46 TEST(posix_fadvise in verify_fadvise()
Dposix_fadvise02.c46 TEST(posix_fadvise in verify_fadvise()
Dposix_fadvise03.c90 TEST(posix_fadvise(fd, 0, 0, n)); in verify_fadvise()
/third_party/ltp/testcases/kernel/syscalls/mincore/
Dmincore04.c51 ret = posix_fadvise(fd, 0, size, POSIX_FADV_DONTNEED); in setup()
/third_party/pulseaudio/src/pulsecore/
Dsound-file-stream.c264 if (posix_fadvise(fd, 0, 0, POSIX_FADV_SEQUENTIAL) < 0) { in pa_play_file()
270 if (posix_fadvise(fd, 0, 0, POSIX_FADV_WILLNEED) < 0) { in pa_play_file()
Dsound-file.c68 if (posix_fadvise(fd, 0, 0, POSIX_FADV_SEQUENTIAL) < 0) { in pa_sound_file_load()
/third_party/musl/libc-test/src/api/
Dfcntl.c90 {int(*p)(int,off_t,off_t,int) = posix_fadvise;} in f()
/third_party/e2fsprogs/misc/
De4defrag.c191 #define posix_fadvise posix_fadvise64 macro
193 #define posix_fadvise fadvise64 macro
195 #error posix_fadvise not available!
444 if ((errno = posix_fadvise(fd, offset, in defrag_fadvise()
/third_party/ltp/testcases/kernel/syscalls/readahead/
Dreadahead02.c60 errno = posix_fadvise(fd, offset, len, POSIX_FADV_WILLNEED); in fadvise_willneed()
/third_party/boost/libs/beast/include/boost/beast/core/impl/
Dfile_posix.ipp194 if(::posix_fadvise(fd_, 0, 0, advise))

12