Searched refs:fadvise (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/tools/perf/trace/beauty/ |
D | fadvise.sh | 9 grep -E $regex ${header_dir}/fadvise.h | \
|
/linux-6.6.21/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 | 49 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
|
/linux-6.6.21/Documentation/admin-guide/mm/ |
D | transhuge.rst | 257 Also respect fadvise()/madvise() hints; 260 Only allocate huge pages if requested with fadvise()/madvise();
|
/linux-6.6.21/fs/overlayfs/ |
D | file.c | 732 .fadvise = ovl_fadvise,
|
/linux-6.6.21/fs/xfs/ |
D | xfs_file.c | 1499 .fadvise = xfs_file_fadvise,
|
/linux-6.6.21/tools/perf/ |
D | Makefile.perf | 454 fadvise_advice_tbl := $(srctree)/tools/perf/trace/beauty/fadvise.sh
|
/linux-6.6.21/Documentation/filesystems/ |
D | vfs.rst | 987 through the fadvise(POSIX_FADV_DONTNEED) system call or by the 1110 int (*fadvise)(struct file *, loff_t, loff_t, int); 1224 ``fadvise``
|
D | locking.rst | 552 int (*fadvise)(struct file *, loff_t, loff_t, int);
|
/linux-6.6.21/init/ |
D | Kconfig | 1667 bool "Enable madvise/fadvise syscalls" if EXPERT 1670 This option enables the madvise and fadvise syscalls, used by
|
/linux-6.6.21/include/linux/ |
D | fs.h | 1952 int (*fadvise)(struct file *, loff_t, loff_t, int); member
|
/linux-6.6.21/fs/f2fs/ |
D | file.c | 5010 .fadvise = f2fs_file_fadvise,
|