/third_party/musl/libc-test/src/functionalext/supplement/fcntl/ |
D | posix_fadvise.c | 49 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()
|
D | test_src_functionalext_supplement_fcntl.gni | 16 "posix_fadvise",
|
/third_party/musl/src/fcntl/ |
D | posix_fadvise.c | 4 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/ |
D | posix_fadvise.c | 6 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/ |
D | de_iter.c | 56 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/ |
D | fcntl.h | 36 int posix_fadvise(int, off_t, off_t, int); 207 #define posix_fadvise64 posix_fadvise
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 36 int posix_fadvise(int, off_t, off_t, int); 207 #define posix_fadvise64 posix_fadvise
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 36 int posix_fadvise(int, off_t, off_t, int); 207 #define posix_fadvise64 posix_fadvise
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 36 int posix_fadvise(int, off_t, off_t, int); 207 #define posix_fadvise64 posix_fadvise
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 36 int posix_fadvise(int, off_t, off_t, int); 207 #define posix_fadvise64 posix_fadvise
|
/third_party/musl/include/ |
D | fcntl.h | 36 int posix_fadvise(int, off_t, off_t, int); 207 #define posix_fadvise64 posix_fadvise
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 37 int posix_fadvise(int, off_t, off_t, int); 199 #define posix_fadvise64 posix_fadvise
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 37 int posix_fadvise(int, off_t, off_t, int); 208 #define posix_fadvise64 posix_fadvise
|
/third_party/iowow/src/platform/ |
D | iwp.c | 91 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/ |
D | posix_fadvise01.c | 49 TEST(posix_fadvise(fd, 0, 0, defined_advise[n])); in verify_fadvise()
|
D | posix_fadvise04.c | 46 TEST(posix_fadvise in verify_fadvise()
|
D | posix_fadvise02.c | 46 TEST(posix_fadvise in verify_fadvise()
|
D | posix_fadvise03.c | 90 TEST(posix_fadvise(fd, 0, 0, n)); in verify_fadvise()
|
/third_party/ltp/testcases/kernel/syscalls/mincore/ |
D | mincore04.c | 51 ret = posix_fadvise(fd, 0, size, POSIX_FADV_DONTNEED); in setup()
|
/third_party/pulseaudio/src/pulsecore/ |
D | sound-file-stream.c | 264 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()
|
D | sound-file.c | 68 if (posix_fadvise(fd, 0, 0, POSIX_FADV_SEQUENTIAL) < 0) { in pa_sound_file_load()
|
/third_party/musl/libc-test/src/api/ |
D | fcntl.c | 90 {int(*p)(int,off_t,off_t,int) = posix_fadvise;} in f()
|
/third_party/e2fsprogs/misc/ |
D | e4defrag.c | 191 #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/ |
D | readahead02.c | 60 errno = posix_fadvise(fd, offset, len, POSIX_FADV_WILLNEED); in fadvise_willneed()
|
/third_party/boost/libs/beast/include/boost/beast/core/impl/ |
D | file_posix.ipp | 194 if(::posix_fadvise(fd_, 0, 0, advise))
|