Searched refs:POSIX_FADV_DONTNEED (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfadvise.h11 * The advise values for POSIX_FADV_DONTNEED and POSIX_ADV_NOREUSE
15 #define POSIX_FADV_DONTNEED 6 /* Don't need these pages. */ macro
18 #define POSIX_FADV_DONTNEED 4 /* Don't need these pages. */ macro
/linux-master/tools/include/uapi/linux/
H A Dfadvise.h11 * The advise values for POSIX_FADV_DONTNEED and POSIX_ADV_NOREUSE
15 #define POSIX_FADV_DONTNEED 6 /* Don't need these pages. */ macro
18 #define POSIX_FADV_DONTNEED 4 /* Don't need these pages. */ macro
/linux-master/mm/
H A Dfadvise.c58 case POSIX_FADV_DONTNEED:
113 case POSIX_FADV_DONTNEED:
/linux-master/arch/s390/kernel/
H A Dcompat_linux.c250 advise = POSIX_FADV_DONTNEED;
271 a.advice = POSIX_FADV_DONTNEED;
/linux-master/fs/f2fs/
H A Dfile.c4909 if (!err && advice == POSIX_FADV_DONTNEED &&

Completed in 160 milliseconds