/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-kernel-mm-swap | 9 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
|
A D | sysfs-fs-erofs | 16 readahead on atomic contexts only. 17 - 1 (force on): enable for readpage and readahead.
|
A D | sysfs-fs-ext4 | 56 inode table blocks that ext4's inode table readahead
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_dquot_buf.c | 148 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()
|
A D | xfs_inode_buf.c | 42 bool readahead) in xfs_inode_buf_verify() argument 64 if (readahead) { in xfs_inode_buf_verify()
|
/linux-6.3-rc2/mm/ |
A D | readahead.c | 160 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
|
A D | swap_state.c | 341 bool readahead; in swap_cache_get_folio() local 350 readahead = folio_test_clear_readahead(folio); in swap_cache_get_folio() 358 if (readahead) in swap_cache_get_folio() 364 if (readahead) { in swap_cache_get_folio()
|
A D | Makefile | 52 readahead.o swap.o truncate.o vmscan.o shmem.o \
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | mm-api.rst | 67 .. kernel-doc:: mm/readahead.c 70 .. kernel-doc:: mm/readahead.c
|
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/ |
A D | mm-api.rst | 78 mm/readahead.c
|
/linux-6.3-rc2/fs/nilfs2/ |
A D | mdt.c | 169 int readahead, struct buffer_head **out_bh) in nilfs_mdt_read_block() argument 183 if (readahead) { in nilfs_mdt_read_block()
|
/linux-6.3-rc2/fs/gfs2/ |
A D | aops.c | 748 .readahead = gfs2_readahead, 763 .readahead = gfs2_readahead,
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | netfs_library.rst | 99 ->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-6.3-rc2/fs/9p/ |
A D | vfs_addr.c | 348 .readahead = netfs_readahead,
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | sys_sparc32.c | 202 COMPAT_SYSCALL_DEFINE4(readahead, int, fd, u32, offhi, u32, offlo, in COMPAT_SYSCALL_DEFINE4() argument
|
/linux-6.3-rc2/fs/hpfs/ |
A D | file.c | 246 .readahead = hpfs_readahead,
|
/linux-6.3-rc2/fs/ext4/ |
A D | Kconfig | 51 table readahead, the best performance gains require enabling ext4
|
/linux-6.3-rc2/arch/parisc/kernel/syscalls/ |
A D | syscall.tbl | 229 207 32 readahead parisc_readahead 230 207 64 readahead sys_readahead
|
/linux-6.3-rc2/fs/erofs/ |
A D | zdata.c | 553 bool readahead; member 1769 if (f->readahead) in z_erofs_submit_queue() 1928 f.readahead = true; in z_erofs_readahead() 1966 .readahead = z_erofs_readahead,
|
/linux-6.3-rc2/fs/jfs/ |
A D | inode.c | 352 .readahead = jfs_readahead,
|
/linux-6.3-rc2/fs/omfs/ |
A D | file.c | 372 .readahead = omfs_readahead,
|
/linux-6.3-rc2/include/linux/ |
A D | page-flags.h | 525 PAGEFLAG(Readahead, readahead, PF_NO_COMPOUND) in PAGEFLAG() 526 TESTCLEARFLAG(Readahead, readahead, PF_NO_COMPOUND) in PAGEFLAG()
|
/linux-6.3-rc2/arch/powerpc/kernel/syscalls/ |
A D | syscall.tbl | 247 191 32 readahead sys_ppc_readahead compat_sys_ppc_readahead 248 191 64 readahead sys_readahead
|
/linux-6.3-rc2/drivers/gpu/drm/arm/ |
A D | malidp_planes.c | 457 u8 readahead, u8 n_planes, u32 pgsize) in malidp_calc_mmu_control_value() argument 466 mmu_ctrl |= MALIDP_MMU_CTRL_PP_NUM_REQ(readahead); in malidp_calc_mmu_control_value()
|
/linux-6.3-rc2/tools/perf/arch/powerpc/entry/syscalls/ |
A D | syscall.tbl | 247 191 32 readahead sys_ppc_readahead compat_sys_ppc_readahead 248 191 64 readahead sys_readahead
|