Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/trace/beauty/
A Dfadvise.sh9 grep -E $regex ${header_dir}/fadvise.h | \
/linux-6.3-rc2/mm/
A Dfadvise.c185 if (file->f_op->fadvise) in vfs_fadvise()
186 return file->f_op->fadvise(file, offset, len, advice); in vfs_fadvise()
A DMakefile50 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
/linux-6.3-rc2/Documentation/admin-guide/mm/
A Dtranshuge.rst257 Also respect fadvise()/madvise() hints;
260 Only allocate huge pages if requested with fadvise()/madvise();
/linux-6.3-rc2/fs/overlayfs/
A Dfile.c696 .fadvise = ovl_fadvise,
/linux-6.3-rc2/fs/xfs/
A Dxfs_file.c1454 .fadvise = xfs_file_fadvise,
/linux-6.3-rc2/tools/perf/
A DMakefile.perf464 fadvise_advice_tbl := $(srctree)/tools/perf/trace/beauty/fadvise.sh
/linux-6.3-rc2/Documentation/filesystems/
A Dvfs.rst914 through the fadvise(POSIX_FADV_DONTNEED) system call or by the
1039 int (*fadvise)(struct file *, loff_t, loff_t, int);
1157 ``fadvise``
A Dlocking.rst543 int (*fadvise)(struct file *, loff_t, loff_t, int);
/linux-6.3-rc2/include/linux/
A Dfs.h1794 int (*fadvise)(struct file *, loff_t, loff_t, int); member
/linux-6.3-rc2/init/
A DKconfig1723 bool "Enable madvise/fadvise syscalls" if EXPERT
1726 This option enables the madvise and fadvise syscalls, used by
/linux-6.3-rc2/fs/f2fs/
A Dfile.c4894 .fadvise = f2fs_file_fadvise,

Completed in 38 milliseconds