Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/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-ext456 inode table blocks that ext4's inode table readahead
/kernel/linux/linux-5.10/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.c41 bool readahead) in xfs_inode_buf_verify() argument
65 if (readahead) { in xfs_inode_buf_verify()
/kernel/linux/linux-5.10/mm/
Dreadahead.c129 if (aops->readahead) { in read_pages()
130 aops->readahead(rac); in read_pages()
282 !mapping->a_ops->readahead)) in force_page_cache_ra()
637 SYSCALL_DEFINE3(readahead, int, fd, loff_t, offset, size_t, count) in SYSCALL_DEFINE3() argument
Dswap_state.c384 bool readahead; in lookup_swap_cache() local
394 readahead = TestClearPageReadahead(page); in lookup_swap_cache()
402 if (readahead) in lookup_swap_cache()
408 if (readahead) { in lookup_swap_cache()
DMakefile50 readahead.o swap.o truncate.o vmscan.o shmem.o \
/kernel/linux/linux-5.10/Documentation/core-api/
Dmm-api.rst64 .. kernel-doc:: mm/readahead.c
/kernel/linux/linux-5.10/fs/nilfs2/
Dmdt.c168 int readahead, struct buffer_head **out_bh) in nilfs_mdt_read_block() argument
182 if (readahead) { in nilfs_mdt_read_block()
/kernel/linux/linux-5.10/fs/erofs/
Dzdata.c138 bool readahead; member
1219 if (f->readahead) in z_erofs_submit_queue()
1316 f.readahead = true; in z_erofs_readahead()
1361 .readahead = z_erofs_readahead,
Ddata.c338 .readahead = erofs_raw_access_readahead,
/kernel/linux/linux-5.10/fs/gfs2/
Daops.c789 .readahead = gfs2_readahead,
804 .readahead = gfs2_readahead,
/kernel/linux/linux-5.10/fs/hpfs/
Dfile.c201 .readahead = hpfs_readahead,
/kernel/linux/linux-5.10/arch/sparc/kernel/
Dsys_sparc32.c202 COMPAT_SYSCALL_DEFINE4(readahead, int, fd, u32, offhi, u32, offlo, in COMPAT_SYSCALL_DEFINE4() argument
/kernel/linux/linux-5.10/drivers/md/bcache/
Dsysfs.c136 rw_attribute(readahead);
255 var_hprint(readahead); in SHOW()
349 d_strtoi_h(readahead); in STORE()
/kernel/linux/linux-5.10/fs/ext4/
DKconfig51 table readahead, the best performance gains require enabling ext4
/kernel/linux/linux-5.10/arch/parisc/kernel/syscalls/
Dsyscall.tbl229 207 32 readahead parisc_readahead
230 207 64 readahead sys_readahead
/kernel/linux/linux-5.10/fs/jfs/
Dinode.c362 .readahead = jfs_readahead,
/kernel/linux/linux-5.10/fs/omfs/
Dfile.c375 .readahead = omfs_readahead,
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
Dmalidp_planes.c469 u8 readahead, u8 n_planes, u32 pgsize) in malidp_calc_mmu_control_value() argument
478 mmu_ctrl |= MALIDP_MMU_CTRL_PP_NUM_REQ(readahead); in malidp_calc_mmu_control_value()
/kernel/linux/linux-5.10/Documentation/admin-guide/laptops/
Dlaptop-mode.rst138 Disk readahead, in 512-byte sectors, while laptop mode is active. A large
139 readahead can prevent disk accesses for things like executable pages (which are
193 * You can spin down the disk while playing MP3, by setting disk readahead
239 # by setting the disk readahead to 8MB (READAHEAD=16384). Effectively, the disk
/kernel/linux/linux-5.10/drivers/scsi/
Dmyrb.h326 unsigned int readahead:1; /* Byte 116 Bit 2 */ member
/kernel/linux/linux-5.10/Documentation/admin-guide/
Ddynamic-debug-howto.rst201 format readahead // some pr_debugs in the readahead cache
/kernel/linux/linux-5.10/fs/f2fs/
Dcheckpoint.c293 bool readahead = false; in f2fs_ra_meta_pages_cond() local
297 readahead = true; in f2fs_ra_meta_pages_cond()
300 if (readahead) in f2fs_ra_meta_pages_cond()
/kernel/linux/linux-5.10/Documentation/filesystems/
Dlocking.rst242 void (*readahead)(struct readahead_control *);
275 readahead: yes, unlocks
300 ->readahead() unlocks the pages that I/O is attempted on like ->readpage().

1234