Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H 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
/openbmc/linux/include/uapi/linux/
H 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
/openbmc/linux/mm/
H A Dfadvise.c58 case POSIX_FADV_DONTNEED: in generic_fadvise()
113 case POSIX_FADV_DONTNEED: in generic_fadvise()
/openbmc/linux/arch/s390/kernel/
H A Dcompat_linux.c250 advise = POSIX_FADV_DONTNEED; in COMPAT_SYSCALL_DEFINE5()
271 a.advice = POSIX_FADV_DONTNEED; in COMPAT_SYSCALL_DEFINE1()
/openbmc/qemu/block/
H A Dfile-posix.c3355 ret = posix_fadvise(s->fd, 0, 0, POSIX_FADV_DONTNEED); in raw_co_invalidate_cache()
/openbmc/linux/fs/f2fs/
H A Dfile.c5022 if (!err && advice == POSIX_FADV_DONTNEED && in f2fs_file_fadvise()
/openbmc/linux/Documentation/filesystems/
H A Dvfs.rst987 through the fadvise(POSIX_FADV_DONTNEED) system call or by the
/openbmc/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst1683 POSIX_FADV_DONTNEED to relinquish the ownership of memory areas
/openbmc/qemu/linux-user/
H A Dsyscall.c12492 case 6: arg4 = POSIX_FADV_DONTNEED; break; in _syscall2()