Searched refs:fadvise (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/mm/ |
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()
|
D | Makefile | 50 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
|
/linux-6.1.9/tools/perf/trace/beauty/ |
D | fadvise.sh | 9 egrep $regex ${header_dir}/fadvise.h | \
|
/linux-6.1.9/Documentation/admin-guide/mm/ |
D | transhuge.rst | 259 Also respect fadvise()/madvise() hints; 262 Only allocate huge pages if requested with fadvise()/madvise();
|
/linux-6.1.9/fs/overlayfs/ |
D | file.c | 696 .fadvise = ovl_fadvise,
|
/linux-6.1.9/fs/xfs/ |
D | xfs_file.c | 1454 .fadvise = xfs_file_fadvise,
|
/linux-6.1.9/tools/perf/ |
D | Makefile.perf | 460 fadvise_advice_tbl := $(srctree)/tools/perf/trace/beauty/fadvise.sh
|
/linux-6.1.9/Documentation/filesystems/ |
D | vfs.rst | 913 through the fadvise(POSIX_FADV_DONTNEED) system call or by the 1038 int (*fadvise)(struct file *, loff_t, loff_t, int); 1156 ``fadvise``
|
D | locking.rst | 541 int (*fadvise)(struct file *, loff_t, loff_t, int);
|
/linux-6.1.9/init/ |
D | Kconfig | 1701 bool "Enable madvise/fadvise syscalls" if EXPERT 1704 This option enables the madvise and fadvise syscalls, used by
|
/linux-6.1.9/include/linux/ |
D | fs.h | 2149 int (*fadvise)(struct file *, loff_t, loff_t, int); member
|
/linux-6.1.9/fs/f2fs/ |
D | file.c | 4873 .fadvise = f2fs_file_fadvise,
|