Home
last modified time | relevance | path

Searched refs:fadvise (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.15/mm/
Dfadvise.c183 if (file->f_op->fadvise) in vfs_fadvise()
184 return file->f_op->fadvise(file, offset, len, advice); in vfs_fadvise()
DMakefile48 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
/Linux-v5.15/tools/perf/trace/beauty/
Dfadvise.sh9 egrep $regex ${header_dir}/fadvise.h | \
/Linux-v5.15/Documentation/admin-guide/mm/
Dtranshuge.rst252 Also respect fadvise()/madvise() hints;
255 Only allocate huge pages if requested with fadvise()/madvise();
/Linux-v5.15/fs/overlayfs/
Dfile.c661 .fadvise = ovl_fadvise,
/Linux-v5.15/fs/xfs/
Dxfs_file.c1467 .fadvise = xfs_file_fadvise,
/Linux-v5.15/tools/perf/
DMakefile.perf454 fadvise_advice_tbl := $(srctree)/tools/perf/trace/beauty/fadvise.sh
/Linux-v5.15/Documentation/filesystems/
Dvfs.rst897 the fadvise(POSIX_FADV_DONTNEED) system call or by the
1024 int (*fadvise)(struct file *, loff_t, loff_t, int);
1142 ``fadvise``
Dlocking.rst544 int (*fadvise)(struct file *, loff_t, loff_t, int);
/Linux-v5.15/fs/
Dio_uring.c843 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/
Dfs.h2110 int (*fadvise)(struct file *, loff_t, loff_t, int); member
/Linux-v5.15/init/
DKconfig1660 bool "Enable madvise/fadvise syscalls" if EXPERT
1663 This option enables the madvise and fadvise syscalls, used by
/Linux-v5.15/fs/f2fs/
Dfile.c4508 .fadvise = f2fs_file_fadvise,