Home
last modified time | relevance | path

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

1234

/linux/Documentation/ABI/testing/
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
A Dsysfs-fs-ext456 inode table blocks that ext4's inode table readahead
/linux/fs/xfs/libxfs/
A 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()
A Dxfs_inode_buf.c41 bool readahead) in xfs_inode_buf_verify() argument
65 if (readahead) { in xfs_inode_buf_verify()
/linux/mm/
A Dreadahead.c128 if (aops->readahead) { in read_pages()
129 aops->readahead(rac); in read_pages()
284 !mapping->a_ops->readahead)) in force_page_cache_ra()
638 SYSCALL_DEFINE3(readahead, int, fd, loff_t, offset, size_t, count) in SYSCALL_DEFINE3() argument
A Dswap_state.c349 bool readahead; in lookup_swap_cache() local
359 readahead = TestClearPageReadahead(page); in lookup_swap_cache()
367 if (readahead) in lookup_swap_cache()
373 if (readahead) { in lookup_swap_cache()
A Dbuilt-in.a10 readahead.o/
A D.readahead.o.cmd1readahead.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bi…
3 source_mm/readahead.o := mm/readahead.c
5 deps_mm/readahead.o := \
1272 mm/readahead.o: $(deps_mm/readahead.o)
1274 $(deps_mm/readahead.o):
A D.built-in.a.cmd1 …ll.o mm/fadvise.o mm/maccess.o mm/page-writeback.o mm/folio-compat.o mm/readahead.o mm/swap.o mm/t…
A DMakefile50 readahead.o swap.o truncate.o vmscan.o shmem.o \
/linux/Documentation/translations/zh_CN/core-api/
A Dmm-api.rst69 mm/readahead.c
/linux/Documentation/core-api/
A Dmm-api.rst61 .. kernel-doc:: mm/readahead.c
/linux/fs/nilfs2/
A Dmdt.c168 int readahead, struct buffer_head **out_bh) in nilfs_mdt_read_block() argument
182 if (readahead) { in nilfs_mdt_read_block()
/linux/Documentation/filesystems/
A Dnetfs_library.rst35 ->readahead() and much of the ->write_begin() VM operations and translate them
47 * Allow the netfs to expand a readahead request in both directions to meet its
103 For ->readahead() and ->readpage(), the network filesystem should just jump
290 readahead read request. The filesystem gets to expand the request in both
359 * For readahead, allow the local cache and then the network filesystem to
A Dlocking.rst248 void (*readahead)(struct readahead_control *);
281 readahead: yes, unlocks shared
306 ->readahead() unlocks the pages that I/O is attempted on like ->readpage().
588 readahead paths), the fallocate implementation must take the invalidate_lock to
/linux/fs/erofs/
A Dzdata.c212 bool readahead; member
1313 if (f->readahead) in z_erofs_submit_queue()
1473 f.readahead = true; in z_erofs_readahead()
1513 .readahead = z_erofs_readahead,
/linux/fs/gfs2/
A Daops.c781 .readahead = gfs2_readahead,
796 .readahead = gfs2_readahead,
/linux/fs/9p/
A Dvfs_addr.c337 .readahead = v9fs_vfs_readahead,
/linux/include/linux/
A Dpage-flags.h471 PAGEFLAG(Readahead, readahead, PF_NO_COMPOUND) in PAGEFLAG()
472 TESTCLEARFLAG(Readahead, readahead, PF_NO_COMPOUND) in PAGEFLAG()
/linux/arch/sparc/kernel/
A Dsys_sparc32.c202 COMPAT_SYSCALL_DEFINE4(readahead, int, fd, u32, offhi, u32, offlo, in COMPAT_SYSCALL_DEFINE4() argument
/linux/arch/parisc/kernel/syscalls/
A Dsyscall.tbl229 207 32 readahead parisc_readahead
230 207 64 readahead sys_readahead
/linux/fs/ext4/
A DKconfig51 table readahead, the best performance gains require enabling ext4
/linux/fs/hpfs/
A Dfile.c251 .readahead = hpfs_readahead,
/linux/fs/omfs/
A Dfile.c377 .readahead = omfs_readahead,
/linux/fs/jfs/
A Dinode.c362 .readahead = jfs_readahead,

Completed in 76 milliseconds

1234