Home
last modified time | relevance | path

Searched refs:readahead (Results 1 – 25 of 43) sorted by relevance

12

/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-swap9 Description: Enable/disable VMA based swap readahead.
11 If set to true, the VMA based swap readahead algorithm
13 VMA, and the global swap readahead algorithm will be
15 false, the global swap readahead algorithm will be
H A Dsysfs-fs-ext456 inode table blocks that ext4's inode table readahead
/linux/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c151 bool readahead) in xfs_dquot_buf_verify_crc() argument
173 if (!readahead) in xfs_dquot_buf_verify_crc()
186 bool readahead) in xfs_dquot_buf_verify() argument
221 if (!readahead) in xfs_dquot_buf_verify()
/linux/mm/
H A Dreadahead.c173 if (aops->readahead) { in read_pages()
174 aops->readahead(rac); in read_pages()
364 if (unlikely(!mapping->a_ops->read_folio && !mapping->a_ops->readahead)) in force_page_cache_ra()
756 SYSCALL_DEFINE3(readahead, int, fd, loff_t, offset, size_t, count) in SYSCALL_DEFINE3() argument
762 COMPAT_SYSCALL_DEFINE4(readahead, int, fd, compat_arg_u64_dual(offset), size_t, count) in COMPAT_SYSCALL_DEFINE4() argument
H A Dswap_state.c30 /* Swap readahead cluster size, as a power of 2 pages. */
67 /* Initial readahead hits is 4 to start up with a small window */
603 * swap_update_readahead - Update the readahead statistics of VMA or globally. in swap_update_readahead()
611 bool readahead, vma_ra = swap_use_vma_readahead(); in swap_update_readahead()
615 * so let's bail out rather than confusing the readahead stat. in swap_update_readahead()
620 readahead = folio_test_clear_readahead(folio); in swap_update_readahead()
628 if (readahead) in swap_update_readahead()
634 if (readahead) { in swap_update_readahead()
643 struct swap_iocb **plug, bool readahead) in swap_cache_read_folio()
658 if (readahead) { in swap_cache_read_folio()
606 bool readahead, vma_ra = swap_use_vma_readahead(); swap_update_readahead() local
638 swap_cache_read_folio(swp_entry_t entry,gfp_t gfp,struct mempolicy * mpol,pgoff_t ilx,struct swap_iocb ** plug,bool readahead) swap_cache_read_folio() argument
[all...]
/linux/fs/ntfs/
H A Daops.c295 .readahead = ntfs_readahead,
309 .readahead = ntfs_readahead,
/linux/Documentation/translations/zh_CN/core-api/
H A Dmm-api.rst78 mm/readahead.c
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl249 191 32 readahead sys_ppc_readahead compat_sys_ppc_readahead
250 191 64 readahead sys_readahead
251 191 spu readahead sys_readahead
/linux/fs/ext4/
H A DKconfig24 table readahead, the best performance gains require enabling ext4
/linux/fs/erofs/
H A Dfileio.c195 .readahead = erofs_fileio_readahead,
H A Dzdata.c1655 bool *force_fg, bool readahead) in z_erofs_submit_queue() argument
1744 if (readahead) in z_erofs_submit_queue()
1934 .readahead = z_erofs_readahead,
H A Ddata.c460 .readahead = erofs_readahead,
/linux/Documentation/mm/
H A Dallocation-profiling.rst60 15M 3656 mm/readahead.c:247 func:page_cache_ra_unbounded
/linux/block/
H A Dfops.c507 .readahead = blkdev_readahead,
567 .readahead = blkdev_readahead,
/linux/drivers/scsi/
H A Dmyrb.h326 unsigned int readahead:1; /* Byte 116 Bit 2 */ member
/linux/fs/afs/
H A Dfile.c57 .readahead = netfs_readahead,
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl190 179 n64 readahead sys_readahead
/linux/fs/xfs/
H A Dxfs_aops.c864 .readahead = xfs_vm_readahead,
/linux/scripts/
H A Dsyscall.tbl257 213 common readahead sys_readahead compat_sys_readahead
/linux/fs/squashfs/
H A Dfile.c772 .readahead = squashfs_readahead
/linux/tools/scripts/
H A Dsyscall.tbl257 213 common readahead sys_readahead compat_sys_readahead
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl180 222 common readahead sys_readahead
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl235 225 common readahead sys_readahead
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl282 260 common readahead sys_readahead
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl199 187 common readahead sys_readahead

12