Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dfadvise.c184 if (file->f_op->fadvise) in vfs_fadvise()
185 return file->f_op->fadvise(file, offset, len, advice); in vfs_fadvise()
DMakefile38 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
/Linux-v5.4/tools/perf/trace/beauty/
Dfadvise.sh9 egrep $regex ${header_dir}/fadvise.h | \
/Linux-v5.4/fs/overlayfs/
Dfile.c647 .fadvise = ovl_fadvise,
/Linux-v5.4/Documentation/admin-guide/mm/
Dtranshuge.rst245 Also respect fadvise()/madvise() hints;
248 Only allocate huge pages if requested with fadvise()/madvise();
/Linux-v5.4/fs/xfs/
Dxfs_file.c1266 .fadvise = xfs_file_fadvise,
/Linux-v5.4/tools/perf/
DMakefile.perf424 fadvise_advice_tbl := $(srctree)/tools/perf/trace/beauty/fadvise.sh
/Linux-v5.4/Documentation/filesystems/
Dvfs.rst863 the fadvise(POSIX_FADV_DONTNEED) system call or by the
990 int (*fadvise)(struct file *, loff_t, loff_t, int);
1108 ``fadvise``
/Linux-v5.4/init/
DKconfig1558 bool "Enable madvise/fadvise syscalls" if EXPERT
1561 This option enables the madvise and fadvise syscalls, used by
/Linux-v5.4/include/linux/
Dfs.h1853 int (*fadvise)(struct file *, loff_t, loff_t, int); member