Home
last modified time | relevance | path

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

/kernel/linux/build/test/kernel_ltp/syscalls/fadvis/
DBUILD.gn20 "//third_party/ltp/testcases/kernel/syscalls/fadvise/posix_fadvise01.c",
27 "//third_party/ltp/testcases/kernel/syscalls/fadvise/posix_fadvise02.c",
34 "//third_party/ltp/testcases/kernel/syscalls/fadvise/posix_fadvise03.c",
41 "//third_party/ltp/testcases/kernel/syscalls/fadvise/posix_fadvise04.c",
/kernel/linux/linux-5.10/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 \
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
Dfadvise.sh9 egrep $regex ${header_dir}/fadvise.h | \
/kernel/linux/build/test/syzkaller/qos_auth/
Dlatency_nice.txt18 include <linux/fadvise.h>
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/
Dtranshuge.rst252 Also respect fadvise()/madvise() hints;
255 Only allocate huge pages if requested with fadvise()/madvise();
/kernel/linux/linux-5.10/fs/overlayfs/
Dfile.c795 .fadvise = ovl_fadvise,
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_file.c1400 .fadvise = xfs_file_fadvise,
/kernel/linux/linux-5.10/tools/perf/
DMakefile.perf439 fadvise_advice_tbl := $(srctree)/tools/perf/trace/beauty/fadvise.sh
/kernel/linux/linux-5.10/Documentation/filesystems/
Dvfs.rst878 the fadvise(POSIX_FADV_DONTNEED) system call or by the
1005 int (*fadvise)(struct file *, loff_t, loff_t, int);
1123 ``fadvise``
/kernel/linux/linux-5.10/io_uring/
Dio_uring.c847 struct io_fadvise fadvise; member
4543 req->fadvise.offset = READ_ONCE(sqe->off); in io_fadvise_prep()
4544 req->fadvise.len = READ_ONCE(sqe->len); in io_fadvise_prep()
4545 req->fadvise.advice = READ_ONCE(sqe->fadvise_advice); in io_fadvise_prep()
4551 struct io_fadvise *fa = &req->fadvise; in io_fadvise()
/kernel/linux/linux-5.10/include/linux/
Dfs.h1877 int (*fadvise)(struct file *, loff_t, loff_t, int); member
/kernel/linux/linux-5.10/init/
DKconfig1692 bool "Enable madvise/fadvise syscalls" if EXPERT
1695 This option enables the madvise and fadvise syscalls, used by