Searched refs:fadvise (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/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-v6.1/tools/perf/trace/beauty/ |
D | fadvise.sh | 9 egrep $regex ${header_dir}/fadvise.h | \
|
/Linux-v6.1/Documentation/admin-guide/mm/ |
D | transhuge.rst | 259 Also respect fadvise()/madvise() hints; 262 Only allocate huge pages if requested with fadvise()/madvise();
|
/Linux-v6.1/fs/overlayfs/ |
D | file.c | 673 .fadvise = ovl_fadvise,
|
/Linux-v6.1/fs/xfs/ |
D | xfs_file.c | 1454 .fadvise = xfs_file_fadvise,
|
/Linux-v6.1/tools/perf/ |
D | Makefile.perf | 460 fadvise_advice_tbl := $(srctree)/tools/perf/trace/beauty/fadvise.sh
|
/Linux-v6.1/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-v6.1/init/ |
D | Kconfig | 1697 bool "Enable madvise/fadvise syscalls" if EXPERT 1700 This option enables the madvise and fadvise syscalls, used by
|
/Linux-v6.1/include/linux/ |
D | fs.h | 2143 int (*fadvise)(struct file *, loff_t, loff_t, int); member
|
/Linux-v6.1/fs/f2fs/ |
D | file.c | 4869 .fadvise = f2fs_file_fadvise,
|