Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dfadvise.c182 if (file->f_op->fadvise) in vfs_fadvise()
183 return file->f_op->fadvise(file, offset, len, advice); in vfs_fadvise()
DMakefile50 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
/linux-6.1.9/tools/perf/trace/beauty/
Dfadvise.sh9 egrep $regex ${header_dir}/fadvise.h | \
/linux-6.1.9/Documentation/admin-guide/mm/
Dtranshuge.rst259 Also respect fadvise()/madvise() hints;
262 Only allocate huge pages if requested with fadvise()/madvise();
/linux-6.1.9/fs/overlayfs/
Dfile.c696 .fadvise = ovl_fadvise,
/linux-6.1.9/fs/xfs/
Dxfs_file.c1454 .fadvise = xfs_file_fadvise,
/linux-6.1.9/tools/perf/
DMakefile.perf460 fadvise_advice_tbl := $(srctree)/tools/perf/trace/beauty/fadvise.sh
/linux-6.1.9/Documentation/filesystems/
Dvfs.rst913 through the fadvise(POSIX_FADV_DONTNEED) system call or by the
1038 int (*fadvise)(struct file *, loff_t, loff_t, int);
1156 ``fadvise``
Dlocking.rst541 int (*fadvise)(struct file *, loff_t, loff_t, int);
/linux-6.1.9/init/
DKconfig1701 bool "Enable madvise/fadvise syscalls" if EXPERT
1704 This option enables the madvise and fadvise syscalls, used by
/linux-6.1.9/include/linux/
Dfs.h2149 int (*fadvise)(struct file *, loff_t, loff_t, int); member
/linux-6.1.9/fs/f2fs/
Dfile.c4873 .fadvise = f2fs_file_fadvise,