Searched refs:fadvise (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.15/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.15/tools/perf/trace/beauty/ |
D | fadvise.sh | 9 egrep $regex ${header_dir}/fadvise.h | \
|
/Linux-v5.15/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.15/fs/overlayfs/ |
D | file.c | 661 .fadvise = ovl_fadvise,
|
/Linux-v5.15/fs/xfs/ |
D | xfs_file.c | 1467 .fadvise = xfs_file_fadvise,
|
/Linux-v5.15/tools/perf/ |
D | Makefile.perf | 454 fadvise_advice_tbl := $(srctree)/tools/perf/trace/beauty/fadvise.sh
|
/Linux-v5.15/Documentation/filesystems/ |
D | vfs.rst | 897 the fadvise(POSIX_FADV_DONTNEED) system call or by the 1024 int (*fadvise)(struct file *, loff_t, loff_t, int); 1142 ``fadvise``
|
D | locking.rst | 544 int (*fadvise)(struct file *, loff_t, loff_t, int);
|
/Linux-v5.15/fs/ |
D | io_uring.c | 843 struct io_fadvise fadvise; member 4520 req->fadvise.offset = READ_ONCE(sqe->off); in io_fadvise_prep() 4521 req->fadvise.len = READ_ONCE(sqe->len); in io_fadvise_prep() 4522 req->fadvise.advice = READ_ONCE(sqe->fadvise_advice); in io_fadvise_prep() 4528 struct io_fadvise *fa = &req->fadvise; in io_fadvise()
|
/Linux-v5.15/include/linux/ |
D | fs.h | 2110 int (*fadvise)(struct file *, loff_t, loff_t, int); member
|
/Linux-v5.15/init/ |
D | Kconfig | 1660 bool "Enable madvise/fadvise syscalls" if EXPERT 1663 This option enables the madvise and fadvise syscalls, used by
|
/Linux-v5.15/fs/f2fs/ |
D | file.c | 4508 .fadvise = f2fs_file_fadvise,
|