Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/trace/beauty/
Dfadvise.sh9 grep -E $regex ${header_dir}/fadvise.h | \
/linux-6.6.21/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-6.6.21/Documentation/admin-guide/mm/
Dtranshuge.rst257 Also respect fadvise()/madvise() hints;
260 Only allocate huge pages if requested with fadvise()/madvise();
/linux-6.6.21/fs/overlayfs/
Dfile.c732 .fadvise = ovl_fadvise,
/linux-6.6.21/fs/xfs/
Dxfs_file.c1499 .fadvise = xfs_file_fadvise,
/linux-6.6.21/tools/perf/
DMakefile.perf454 fadvise_advice_tbl := $(srctree)/tools/perf/trace/beauty/fadvise.sh
/linux-6.6.21/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.rst552 int (*fadvise)(struct file *, loff_t, loff_t, int);
/linux-6.6.21/init/
DKconfig1667 bool "Enable madvise/fadvise syscalls" if EXPERT
1670 This option enables the madvise and fadvise syscalls, used by
/linux-6.6.21/include/linux/
Dfs.h1952 int (*fadvise)(struct file *, loff_t, loff_t, int); member
/linux-6.6.21/fs/f2fs/
Dfile.c5010 .fadvise = f2fs_file_fadvise,