HomeSort by relevance Sort by last modified time
    Searched defs:posix_fadvise (Results 1 - 5 of 5) sorted by null

  /bionic/libc/bionic/
posix_fadvise.cpp 37 int posix_fadvise(int fd, off_t offset, off_t length, int advice) { function
  /external/fio/
helpers.c 36 int posix_fadvise(int fd, off_t offset, off_t len, int advice) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fcntl.h 211 extern int posix_fadvise (int __fd, __off_t __offset, __off_t __len,
215 extern int __REDIRECT_NTH (posix_fadvise, (int __fd, __off64_t __offset,
219 # define posix_fadvise posix_fadvise64 macro
  /external/e2fsprogs/misc/
e4defrag.c 189 #define posix_fadvise posix_fadvise64 macro
191 #define posix_fadvise fadvise64 macro
193 #error posix_fadvise not available!
442 if (posix_fadvise(fd, offset, pagesize, fadvise_flag) < 0) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 605 #define posix_fadvise(...) (pthread_testcancel(), posix_fadvise(__VA_ARGS__)) macro
    [all...]

Completed in 169 milliseconds