Searched refs:fadvise (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | fadvise.c | 3 * mm/fadvise.c 18 #include <linux/fadvise.h> 183 if (file->f_op->fadvise) in vfs_fadvise() 184 return file->f_op->fadvise(file, offset, len, advice); in vfs_fadvise()
|
H A D | Makefile | 48 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
|
H A D | readahead.c | 24 #include <linux/fadvise.h>
|
H A D | madvise.c | 18 #include <linux/fadvise.h> 296 * Filesystem's fadvise may need to take various locks. We need to in madvise_willneed()
|
/kernel/linux/linux-6.6/mm/ |
H A D | fadvise.c | 3 * mm/fadvise.c 17 #include <linux/fadvise.h> 182 if (file->f_op->fadvise) in vfs_fadvise() 183 return file->f_op->fadvise(file, offset, len, advice); in vfs_fadvise()
|
H A D | Makefile | 49 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
|
H A D | readahead.c | 129 #include <linux/fadvise.h>
|
H A D | madvise.c | 18 #include <linux/fadvise.h> 311 * Filesystem's fadvise may need to take various locks. We need to in madvise_willneed()
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | advise.c | 11 #include <uapi/linux/fadvise.h>
|
H A D | io_uring.c | 69 #include <linux/fadvise.h>
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | compat_linux.c | 48 #include <linux/fadvise.h>
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | compat_linux.c | 48 #include <linux/fadvise.h>
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_file.c | 31 #include <linux/fadvise.h> 1400 .fadvise = xfs_file_fadvise,
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_file.c | 32 #include <linux/fadvise.h> 1499 .fadvise = xfs_file_fadvise,
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | file.c | 732 .fadvise = ovl_fadvise,
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | file.c | 792 .fadvise = ovl_fadvise,
|
/kernel/linux/linux-5.10/io_uring/ |
H A D | io_uring.c | 75 #include <linux/fadvise.h> 847 struct io_fadvise fadvise; member 4551 req->fadvise.offset = READ_ONCE(sqe->off); in io_fadvise_prep() 4552 req->fadvise.len = READ_ONCE(sqe->len); in io_fadvise_prep() 4553 req->fadvise.advice = READ_ONCE(sqe->fadvise_advice); in io_fadvise_prep() 4559 struct io_fadvise *fa = &req->fadvise; in io_fadvise()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | file.c | 26 #include <linux/fadvise.h> 5034 .fadvise = f2fs_file_fadvise,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 1922 int (*fadvise)(struct file *, loff_t, loff_t, int); member 3541 /* mm/fadvise.c */
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 1952 int (*fadvise)(struct file *, loff_t, loff_t, int); member 3445 /* mm/fadvise.c */
|
Completed in 59 milliseconds