Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/trace/beauty/
Dfadvise.sh9 grep -E $regex ${header_dir}/fadvise.h | \
/Linux-v6.6/mm/
Dfadvise.c182 if (file->f_op->fadvise) in vfs_fadvise()
183 return file->f_op->fadvise(file, offset, len, advice); in vfs_fadvise()
DMakefile49 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
/Linux-v6.6/Documentation/admin-guide/mm/
Dtranshuge.rst257 Also respect fadvise()/madvise() hints;
260 Only allocate huge pages if requested with fadvise()/madvise();
/Linux-v6.6/fs/overlayfs/
Dfile.c732 .fadvise = ovl_fadvise,
/Linux-v6.6/fs/xfs/
Dxfs_file.c1462 .fadvise = xfs_file_fadvise,
/Linux-v6.6/tools/perf/
DMakefile.perf450 fadvise_advice_tbl := $(srctree)/tools/perf/trace/beauty/fadvise.sh
/Linux-v6.6/Documentation/filesystems/
Dvfs.rst987 through the fadvise(POSIX_FADV_DONTNEED) system call or by the
1110 int (*fadvise)(struct file *, loff_t, loff_t, int);
1224 ``fadvise``
Dlocking.rst549 int (*fadvise)(struct file *, loff_t, loff_t, int);
/Linux-v6.6/init/
DKconfig1658 bool "Enable madvise/fadvise syscalls" if EXPERT
1661 This option enables the madvise and fadvise syscalls, used by
/Linux-v6.6/include/linux/
Dfs.h1891 int (*fadvise)(struct file *, loff_t, loff_t, int); member
/Linux-v6.6/fs/f2fs/
Dfile.c4993 .fadvise = f2fs_file_fadvise,