Searched refs:fadvise (Results 1 – 19 of 19) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/ |
| H A 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()
|
| H A D | Makefile | 48 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | fadvise.sh | 9 egrep $regex ${header_dir}/fadvise.h | \
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | transhuge.rst | 252 Also respect fadvise()/madvise() hints; 255 Only allocate huge pages if requested with fadvise()/madvise();
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | ..install.cmd | 1 …k.h atmclip.h hdlc.h usbip.h gsmmux.h atmdev.h virtio_ring.h videodev2.h fadvise.h coda.h llc.h af…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | ..install.cmd | 1 …k.h atmclip.h hdlc.h usbip.h gsmmux.h atmdev.h virtio_ring.h videodev2.h fadvise.h coda.h llc.h af…
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | file.c | 761 .fadvise = ovl_fadvise,
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_file.c | 1404 .fadvise = xfs_file_fadvise,
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | Makefile.perf | 439 fadvise_advice_tbl := $(srctree)/tools/perf/trace/beauty/fadvise.sh
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A 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``
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 851 struct io_fadvise fadvise; member 4460 req->fadvise.offset = READ_ONCE(sqe->off); in io_fadvise_prep() 4461 req->fadvise.len = READ_ONCE(sqe->len); in io_fadvise_prep() 4462 req->fadvise.advice = READ_ONCE(sqe->fadvise_advice); in io_fadvise_prep() 4468 struct io_fadvise *fa = &req->fadvise; in io_fadvise()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs.h | 1917 int (*fadvise)(struct file *, loff_t, loff_t, int); member
|
| /OK3568_Linux_fs/kernel/init/ |
| H A D | Kconfig | 1656 bool "Enable madvise/fadvise syscalls" if EXPERT 1659 This option enables the madvise and fadvise syscalls, used by
|
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | 10-kernel-build_2025-06-06_01-57-58.log | |
| H A D | build_2025-06-06_01-57-58.log | |
| H A D | 10-kernel-build.log | |
| H A D | build.log | |
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist1.txt | 3468 -rw-r--r-- root root 842 ./usr/include/linux/fadvise.h
|
| H A D | buildhistory_filelist2.txt | 3469 -rw-r--r-- root root 842 ./usr/include/linux/fadvise.h
|