Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dfadvise.c182 if (file->f_op->fadvise) in vfs_fadvise()
183 return file->f_op->fadvise(file, offset, len, advice); in vfs_fadvise()
H A DMakefile51 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
/linux-6.15/tools/perf/trace/beauty/
H A Dfadvise.sh9 grep -E $regex ${header_dir}/fadvise.h | \
/linux-6.15/tools/include/uapi/
H A DREADME21 tools/perf/trace/beauty/fadvise.sh
25 $ tools/perf/trace/beauty/fadvise.sh
/linux-6.15/fs/overlayfs/
H A Dfile.c665 .fadvise = ovl_fadvise,
/linux-6.15/fs/xfs/
H A Dxfs_file.c1885 .fadvise = xfs_file_fadvise,
/linux-6.15/Documentation/filesystems/
H A Dvfs.rst1005 through the fadvise(POSIX_FADV_DONTNEED) system call or by the
1128 int (*fadvise)(struct file *, loff_t, loff_t, int);
1242 ``fadvise``
H A Dlocking.rst557 int (*fadvise)(struct file *, loff_t, loff_t, int);
/linux-6.15/tools/perf/
H A DMakefile.perf558 fadvise_advice_tbl := $(srctree)/tools/perf/trace/beauty/fadvise.sh
/linux-6.15/init/
H A DKconfig1776 bool "Enable madvise/fadvise syscalls" if EXPERT
1779 This option enables the madvise and fadvise syscalls, used by
/linux-6.15/include/linux/
H A Dfs.h2168 int (*fadvise)(struct file *, loff_t, loff_t, int); member
/linux-6.15/fs/f2fs/
H A Dfile.c5375 .fadvise = f2fs_file_fadvise,