Home
last modified time | relevance | path

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

1234

/Linux-v6.1/Documentation/ABI/testing/
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
Dsysfs-fs-erofs15 readahead on atomic contexts only.
16 - 1 (force on): enable for readpage and readahead.
Dsysfs-fs-ext456 inode table blocks that ext4's inode table readahead
/Linux-v6.1/fs/xfs/libxfs/
Dxfs_dquot_buf.c148 bool readahead) in xfs_dquot_buf_verify_crc() argument
170 if (!readahead) in xfs_dquot_buf_verify_crc()
183 bool readahead) in xfs_dquot_buf_verify() argument
218 if (!readahead) in xfs_dquot_buf_verify()
Dxfs_inode_buf.c42 bool readahead) in xfs_inode_buf_verify() argument
64 if (readahead) { in xfs_inode_buf_verify()
/Linux-v6.1/mm/
Dreadahead.c160 if (aops->readahead) { in read_pages()
161 aops->readahead(rac); in read_pages()
315 if (unlikely(!mapping->a_ops->read_folio && !mapping->a_ops->readahead)) in force_page_cache_ra()
761 SYSCALL_DEFINE3(readahead, int, fd, loff_t, offset, size_t, count) in SYSCALL_DEFINE3() argument
767 COMPAT_SYSCALL_DEFINE4(readahead, int, fd, compat_arg_u64_dual(offset), size_t, count) in COMPAT_SYSCALL_DEFINE4() argument
Dswap_state.c342 bool readahead; in swap_cache_get_folio() local
351 readahead = folio_test_clear_readahead(folio); in swap_cache_get_folio()
359 if (readahead) in swap_cache_get_folio()
365 if (readahead) { in swap_cache_get_folio()
DMakefile52 readahead.o swap.o truncate.o vmscan.o shmem.o \
/Linux-v6.1/Documentation/core-api/
Dmm-api.rst67 .. kernel-doc:: mm/readahead.c
70 .. kernel-doc:: mm/readahead.c
/Linux-v6.1/Documentation/translations/zh_CN/core-api/
Dmm-api.rst78 mm/readahead.c
/Linux-v6.1/fs/nilfs2/
Dmdt.c169 int readahead, struct buffer_head **out_bh) in nilfs_mdt_read_block() argument
183 if (readahead) { in nilfs_mdt_read_block()
/Linux-v6.1/fs/gfs2/
Daops.c745 .readahead = gfs2_readahead,
760 .readahead = gfs2_readahead,
/Linux-v6.1/Documentation/filesystems/
Dnetfs_library.rst99 ->readahead() and much of the ->write_begin() VM operations and translate them
111 * Allow the netfs to expand a readahead request in both directions to meet its
151 For ->readahead() and ->read_folio(), the network filesystem just point directly
337 readahead read request. The filesystem gets to expand the request in both
403 * For readahead, allow the local cache and then the network filesystem to
/Linux-v6.1/arch/sparc/kernel/
Dsys_sparc32.c202 COMPAT_SYSCALL_DEFINE4(readahead, int, fd, u32, offhi, u32, offlo, in COMPAT_SYSCALL_DEFINE4() argument
/Linux-v6.1/fs/erofs/
Dzdata.c282 bool readahead; member
1491 if (f->readahead) in z_erofs_submit_queue()
1650 f.readahead = true; in z_erofs_readahead()
1688 .readahead = z_erofs_readahead,
/Linux-v6.1/fs/9p/
Dvfs_addr.c351 .readahead = netfs_readahead,
/Linux-v6.1/fs/hpfs/
Dfile.c252 .readahead = hpfs_readahead,
/Linux-v6.1/fs/ext4/
DKconfig51 table readahead, the best performance gains require enabling ext4
/Linux-v6.1/arch/parisc/kernel/syscalls/
Dsyscall.tbl229 207 32 readahead parisc_readahead
230 207 64 readahead sys_readahead
/Linux-v6.1/fs/jfs/
Dinode.c357 .readahead = jfs_readahead,
/Linux-v6.1/fs/omfs/
Dfile.c377 .readahead = omfs_readahead,
/Linux-v6.1/include/linux/
Dpage-flags.h527 PAGEFLAG(Readahead, readahead, PF_NO_COMPOUND) in PAGEFLAG()
528 TESTCLEARFLAG(Readahead, readahead, PF_NO_COMPOUND) in PAGEFLAG()
/Linux-v6.1/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl247 191 32 readahead sys_ppc_readahead compat_sys_ppc_readahead
248 191 64 readahead sys_readahead
/Linux-v6.1/drivers/gpu/drm/arm/
Dmalidp_planes.c466 u8 readahead, u8 n_planes, u32 pgsize) in malidp_calc_mmu_control_value() argument
475 mmu_ctrl |= MALIDP_MMU_CTRL_PP_NUM_REQ(readahead); in malidp_calc_mmu_control_value()
/Linux-v6.1/arch/powerpc/kernel/syscalls/
Dsyscall.tbl247 191 32 readahead sys_ppc_readahead compat_sys_ppc_readahead
248 191 64 readahead sys_readahead

1234