Searched refs:POSIX_FADV_DONTNEED (Results 1 – 7 of 7) sorted by relevance
15 #define POSIX_FADV_DONTNEED 6 /* Don't need these pages. */ macro18 #define POSIX_FADV_DONTNEED 4 /* Don't need these pages. */ macro
59 case POSIX_FADV_DONTNEED: in generic_fadvise()114 case POSIX_FADV_DONTNEED: in generic_fadvise()
250 advise = POSIX_FADV_DONTNEED; in COMPAT_SYSCALL_DEFINE5()271 a.advice = POSIX_FADV_DONTNEED; in COMPAT_SYSCALL_DEFINE1()
4757 if (!err && advice == POSIX_FADV_DONTNEED && in f2fs_file_fadvise()
914 through the fadvise(POSIX_FADV_DONTNEED) system call or by the
1678 POSIX_FADV_DONTNEED to relinquish the ownership of memory areas
Completed in 22 milliseconds