Searched refs:fadvise (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.10/mm/ |
| D | fadvise.c | 183 if (file->f_op->fadvise) in vfs_fadvise() 184 return file->f_op->fadvise(file, offset, len, advice); in vfs_fadvise()
|
| D | Makefile | 48 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
|
| /Linux-v5.10/tools/perf/trace/beauty/ |
| D | fadvise.sh | 9 egrep $regex ${header_dir}/fadvise.h | \
|
| /Linux-v5.10/Documentation/admin-guide/mm/ |
| D | transhuge.rst | 252 Also respect fadvise()/madvise() hints; 255 Only allocate huge pages if requested with fadvise()/madvise();
|
| /Linux-v5.10/fs/overlayfs/ |
| D | file.c | 799 .fadvise = ovl_fadvise,
|
| /Linux-v5.10/fs/xfs/ |
| D | xfs_file.c | 1383 .fadvise = xfs_file_fadvise,
|
| /Linux-v5.10/tools/perf/ |
| D | Makefile.perf | 443 fadvise_advice_tbl := $(srctree)/tools/perf/trace/beauty/fadvise.sh
|
| /Linux-v5.10/Documentation/filesystems/ |
| D | vfs.rst | 878 the fadvise(POSIX_FADV_DONTNEED) system call or by the 1005 int (*fadvise)(struct file *, loff_t, loff_t, int); 1123 ``fadvise``
|
| /Linux-v5.10/fs/ |
| D | io_uring.c | 664 struct io_fadvise fadvise; member 4137 req->fadvise.offset = READ_ONCE(sqe->off); in io_fadvise_prep() 4138 req->fadvise.len = READ_ONCE(sqe->len); in io_fadvise_prep() 4139 req->fadvise.advice = READ_ONCE(sqe->fadvise_advice); in io_fadvise_prep() 4145 struct io_fadvise *fa = &req->fadvise; in io_fadvise()
|
| /Linux-v5.10/include/linux/ |
| D | fs.h | 1861 int (*fadvise)(struct file *, loff_t, loff_t, int); member
|
| /Linux-v5.10/init/ |
| D | Kconfig | 1611 bool "Enable madvise/fadvise syscalls" if EXPERT 1614 This option enables the madvise and fadvise syscalls, used by
|