Searched refs:fadvise (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/mm/ |
| H A D | fadvise.c | 182 if (file->f_op->fadvise) in vfs_fadvise() 183 return file->f_op->fadvise(file, offset, len, advice); in vfs_fadvise()
|
| H A D | Makefile | 51 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
|
| /linux-6.15/tools/perf/trace/beauty/ |
| H A D | fadvise.sh | 9 grep -E $regex ${header_dir}/fadvise.h | \
|
| /linux-6.15/tools/include/uapi/ |
| H A D | README | 21 tools/perf/trace/beauty/fadvise.sh 25 $ tools/perf/trace/beauty/fadvise.sh
|
| /linux-6.15/fs/overlayfs/ |
| H A D | file.c | 665 .fadvise = ovl_fadvise,
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_file.c | 1885 .fadvise = xfs_file_fadvise,
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | vfs.rst | 1005 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 D | locking.rst | 557 int (*fadvise)(struct file *, loff_t, loff_t, int);
|
| /linux-6.15/tools/perf/ |
| H A D | Makefile.perf | 558 fadvise_advice_tbl := $(srctree)/tools/perf/trace/beauty/fadvise.sh
|
| /linux-6.15/init/ |
| H A D | Kconfig | 1776 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 D | fs.h | 2168 int (*fadvise)(struct file *, loff_t, loff_t, int); member
|
| /linux-6.15/fs/f2fs/ |
| H A D | file.c | 5375 .fadvise = f2fs_file_fadvise,
|