/linux/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-ext4 | 56 inode table blocks that ext4's inode table readahead
|
/linux/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 | 41 bool readahead) in xfs_inode_buf_verify() argument 65 if (readahead) { in xfs_inode_buf_verify()
|
/linux/mm/ |
A D | readahead.c | 128 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 D | swap_state.c | 349 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 D | built-in.a | 10 readahead.o/
|
A D | .readahead.o.cmd | 1 …readahead.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.cmd | 1 …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 D | Makefile | 50 readahead.o swap.o truncate.o vmscan.o shmem.o \
|
/linux/Documentation/translations/zh_CN/core-api/ |
A D | mm-api.rst | 69 mm/readahead.c
|
/linux/Documentation/core-api/ |
A D | mm-api.rst | 61 .. kernel-doc:: mm/readahead.c
|
/linux/fs/nilfs2/ |
A D | mdt.c | 168 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 D | netfs_library.rst | 35 ->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 D | locking.rst | 248 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 D | zdata.c | 212 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 D | aops.c | 781 .readahead = gfs2_readahead, 796 .readahead = gfs2_readahead,
|
/linux/fs/9p/ |
A D | vfs_addr.c | 337 .readahead = v9fs_vfs_readahead,
|
/linux/include/linux/ |
A D | page-flags.h | 471 PAGEFLAG(Readahead, readahead, PF_NO_COMPOUND) in PAGEFLAG() 472 TESTCLEARFLAG(Readahead, readahead, PF_NO_COMPOUND) in PAGEFLAG()
|
/linux/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/arch/parisc/kernel/syscalls/ |
A D | syscall.tbl | 229 207 32 readahead parisc_readahead 230 207 64 readahead sys_readahead
|
/linux/fs/ext4/ |
A D | Kconfig | 51 table readahead, the best performance gains require enabling ext4
|
/linux/fs/hpfs/ |
A D | file.c | 251 .readahead = hpfs_readahead,
|
/linux/fs/omfs/ |
A D | file.c | 377 .readahead = omfs_readahead,
|
/linux/fs/jfs/ |
A D | inode.c | 362 .readahead = jfs_readahead,
|