Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
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.12.1/tools/include/uapi/linux/
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.12.1/mm/
Dfadvise.c58 case POSIX_FADV_DONTNEED: in generic_fadvise()
113 case POSIX_FADV_DONTNEED: in generic_fadvise()
/linux-6.12.1/arch/s390/kernel/
Dcompat_linux.c250 advise = POSIX_FADV_DONTNEED; in COMPAT_SYSCALL_DEFINE5()
271 a.advice = POSIX_FADV_DONTNEED; in COMPAT_SYSCALL_DEFINE1()
/linux-6.12.1/fs/f2fs/
Dfile.c5092 if (!err && advice == POSIX_FADV_DONTNEED && in f2fs_file_fadvise()
/linux-6.12.1/Documentation/filesystems/
Dvfs.rst986 through the fadvise(POSIX_FADV_DONTNEED) system call or by the
/linux-6.12.1/Documentation/admin-guide/
Dcgroup-v2.rst1827 POSIX_FADV_DONTNEED to relinquish the ownership of memory areas