Searched refs:fadvise (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/mm/ |
D | fadvise.c | 184 if (file->f_op->fadvise) in vfs_fadvise() 185 return file->f_op->fadvise(file, offset, len, advice); in vfs_fadvise()
|
D | Makefile | 38 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
|
/Linux-v5.4/tools/perf/trace/beauty/ |
D | fadvise.sh | 9 egrep $regex ${header_dir}/fadvise.h | \
|
/Linux-v5.4/fs/overlayfs/ |
D | file.c | 647 .fadvise = ovl_fadvise,
|
/Linux-v5.4/Documentation/admin-guide/mm/ |
D | transhuge.rst | 245 Also respect fadvise()/madvise() hints; 248 Only allocate huge pages if requested with fadvise()/madvise();
|
/Linux-v5.4/fs/xfs/ |
D | xfs_file.c | 1266 .fadvise = xfs_file_fadvise,
|
/Linux-v5.4/tools/perf/ |
D | Makefile.perf | 424 fadvise_advice_tbl := $(srctree)/tools/perf/trace/beauty/fadvise.sh
|
/Linux-v5.4/Documentation/filesystems/ |
D | vfs.rst | 863 the fadvise(POSIX_FADV_DONTNEED) system call or by the 990 int (*fadvise)(struct file *, loff_t, loff_t, int); 1108 ``fadvise``
|
/Linux-v5.4/init/ |
D | Kconfig | 1558 bool "Enable madvise/fadvise syscalls" if EXPERT 1561 This option enables the madvise and fadvise syscalls, used by
|
/Linux-v5.4/include/linux/ |
D | fs.h | 1853 int (*fadvise)(struct file *, loff_t, loff_t, int); member
|