Searched refs:POSIX_FADV_WILLNEED (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfadvise.h8 #define POSIX_FADV_WILLNEED 3 /* Will need these pages. */ macro
/linux-master/tools/include/uapi/linux/
H A Dfadvise.h8 #define POSIX_FADV_WILLNEED 3 /* Will need these pages. */ macro
/linux-master/mm/
H A Dfadvise.c27 * POSIX_FADV_WILLNEED could set PG_Referenced, and POSIX_FADV_NOREUSE could
56 case POSIX_FADV_WILLNEED:
96 case POSIX_FADV_WILLNEED:
H A Dreadahead.c735 ret = vfs_fadvise(f.file, offset, count, POSIX_FADV_WILLNEED);
H A Dmadvise.c303 vfs_fadvise(file, offset, end - start, POSIX_FADV_WILLNEED);
/linux-master/fs/xfs/
H A Dxfs_file.c1150 if (advice == POSIX_FADV_WILLNEED) {
/linux-master/fs/f2fs/
H A Dfile.c4903 } else if (advice == POSIX_FADV_WILLNEED && offset == 0) {

Completed in 233 milliseconds