Home
last modified time | relevance | path

Searched refs:POSIX_FADV_DONTNEED (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/include/uapi/linux/
A Dfadvise.h15 #define POSIX_FADV_DONTNEED 6 /* Don't need these pages. */ macro
18 #define POSIX_FADV_DONTNEED 4 /* Don't need these pages. */ macro
/linux-6.3-rc2/tools/include/uapi/linux/
A Dfadvise.h15 #define POSIX_FADV_DONTNEED 6 /* Don't need these pages. */ macro
18 #define POSIX_FADV_DONTNEED 4 /* Don't need these pages. */ macro
/linux-6.3-rc2/mm/
A Dfadvise.c59 case POSIX_FADV_DONTNEED: in generic_fadvise()
114 case POSIX_FADV_DONTNEED: in generic_fadvise()
/linux-6.3-rc2/arch/s390/kernel/
A Dcompat_linux.c250 advise = POSIX_FADV_DONTNEED; in COMPAT_SYSCALL_DEFINE5()
271 a.advice = POSIX_FADV_DONTNEED; in COMPAT_SYSCALL_DEFINE1()
/linux-6.3-rc2/fs/f2fs/
A Dfile.c4757 if (!err && advice == POSIX_FADV_DONTNEED && in f2fs_file_fadvise()
/linux-6.3-rc2/Documentation/filesystems/
A Dvfs.rst914 through the fadvise(POSIX_FADV_DONTNEED) system call or by the
/linux-6.3-rc2/Documentation/admin-guide/
A Dcgroup-v2.rst1678 POSIX_FADV_DONTNEED to relinquish the ownership of memory areas

Completed in 21 milliseconds