Home
last modified time | relevance | path

Searched refs:POSIX_FADV_WILLNEED (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dfadvise.h8 #define POSIX_FADV_WILLNEED 3 /* Will need these pages. */ macro
/openbmc/linux/include/uapi/linux/
H A Dfadvise.h8 #define POSIX_FADV_WILLNEED 3 /* Will need these pages. */ macro
/openbmc/linux/mm/
H A Dfadvise.c56 case POSIX_FADV_WILLNEED: in generic_fadvise()
96 case POSIX_FADV_WILLNEED: in generic_fadvise()
H A Dreadahead.c745 ret = vfs_fadvise(f.file, offset, count, POSIX_FADV_WILLNEED); in ksys_readahead()
H A Dmadvise.c321 vfs_fadvise(file, offset, end - start, POSIX_FADV_WILLNEED); in madvise_willneed()
/openbmc/linux/fs/xfs/
H A Dxfs_file.c1143 if (advice == POSIX_FADV_WILLNEED) { in xfs_file_fadvise()