Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dfadvise.c184 if (file->f_op->fadvise) in vfs_fadvise()
185 return file->f_op->fadvise(file, offset, len, advice); in vfs_fadvise()
DMakefile35 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
/Linux-v4.19/fs/overlayfs/
Dfile.c523 .fadvise = ovl_fadvise,
/Linux-v4.19/Documentation/admin-guide/mm/
Dtranshuge.rst245 Also respect fadvise()/madvise() hints;
248 Only allocate huge pages if requested with fadvise()/madvise();
/Linux-v4.19/Documentation/filesystems/
Dvfs.txt775 through the fadvise(POSIX_FADV_DONTNEED) system call or by the
888 int (*fadvise)(struct file *, loff_t, loff_t, int);
969 fadvise: possibly called by the fadvise64() system call.
/Linux-v4.19/init/
DKconfig1379 bool "Enable madvise/fadvise syscalls" if EXPERT
1382 This option enables the madvise and fadvise syscalls, used by
/Linux-v4.19/include/linux/
Dfs.h1766 int (*fadvise)(struct file *, loff_t, loff_t, int); member