Searched refs:readahead (Results 1 - 25 of 45) sorted by relevance

12

/linux-master/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c148 bool readahead)
170 if (!readahead)
183 bool readahead)
218 if (!readahead)
250 * readahead errors are silent and simply leave the buffer as !done so a real
145 xfs_dquot_buf_verify_crc( struct xfs_mount *mp, struct xfs_buf *bp, bool readahead) argument
180 xfs_dquot_buf_verify( struct xfs_mount *mp, struct xfs_buf *bp, bool readahead) argument
H A Dxfs_inode_buf.c26 * If we are doing readahead on an inode buffer, we might be in log recovery
28 * has not had the inode cores stamped into it. Hence for readahead, the buffer
31 * If the readahead buffer is invalid, we need to mark it with an error and
35 * because all we want to do is say readahead failed; there is no-one to report
37 * Changes to this readahead error behaviour also need to be reflected in
43 bool readahead)
65 if (readahead) {
41 xfs_inode_buf_verify( struct xfs_buf *bp, bool readahead) argument
/linux-master/fs/9p/
H A Dvfs_addr.c140 .readahead = netfs_readahead,
/linux-master/mm/
H A Dreadahead.c3 * mm/readahead.c - address_space-level file readahead.
17 * folio is present but not up-to-date, readahead will not try to read
23 * readahead flag set. This flag indicates that the folio was read
24 * as part of a previous readahead request and now that it has been
25 * accessed, it is time for the next readahead.
27 * Each readahead request is partly synchronous read, and partly async
28 * readahead. This is reflected in the struct file_ra_state which
30 * which is the number of pages in the async section. The readahead
32 * a subsequent readahead
[all...]
H A Dswap_state.c59 /* Initial readahead hits is 4 to start up with a small window */
356 bool readahead; local
360 * so let's bail out rather than confusing the readahead stat.
365 readahead = folio_test_clear_readahead(folio);
373 if (readahead)
379 if (readahead) {
587 * We can have no readahead hits to judge by: but must not get
603 /* Don't shrink readahead too fast */
641 * Primitive swap readahead code. We simply read an aligned block of
644 * the 'original' request together with the readahead one
[all...]
H A DMakefile47 readahead.o swap.o truncate.o vmscan.o shrinker.o \
/linux-master/fs/gfs2/
H A Daops.c510 * 1. This is only for readahead, so we can simply ignore any things
741 .readahead = gfs2_readahead,
755 .readahead = gfs2_readahead,
/linux-master/fs/nilfs2/
H A Dmdt.c169 int readahead, struct buffer_head **out_bh)
183 if (readahead) {
192 /* abort readahead if bmap lookup failed */
168 nilfs_mdt_read_block(struct inode *inode, unsigned long block, int readahead, struct buffer_head **out_bh) argument
/linux-master/arch/sparc/kernel/
H A Dsys_sparc32.c202 COMPAT_SYSCALL_DEFINE4(readahead, int, fd, u32, offhi, u32, offlo,
/linux-master/fs/hpfs/
H A Dfile.c246 .readahead = hpfs_readahead,
/linux-master/fs/omfs/
H A Dfile.c372 .readahead = omfs_readahead,
/linux-master/fs/jfs/
H A Dinode.c352 .readahead = jfs_readahead,
/linux-master/fs/erofs/
H A Ddata.c406 .readahead = erofs_readahead,
H A Dzdata.c1055 /* auto: enable for read_folio, disable for readahead */
1404 /* enable sync decompression for readahead */
1591 bool *force_fg, bool readahead)
1674 if (readahead)
1761 /* expand ra for the trailing edge if readahead */
1849 erofs_err(inode->i_sb, "readahead error at folio %lu @ nid %llu",
1862 .readahead = z_erofs_readahead,
1589 z_erofs_submit_queue(struct z_erofs_decompress_frontend *f, struct z_erofs_decompressqueue *fgq, bool *force_fg, bool readahead) argument
H A Dfscache.c388 .readahead = erofs_fscache_readahead,
/linux-master/fs/xfs/
H A Dxfs_aops.c573 .readahead = xfs_vm_readahead,
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_planes.c68 /* readahead for partial-frame prefetch */
457 u8 readahead, u8 n_planes, u32 pgsize)
466 mmu_ctrl |= MALIDP_MMU_CTRL_PP_NUM_REQ(readahead);
456 malidp_calc_mmu_control_value(enum mmu_prefetch_mode mode, u8 readahead, u8 n_planes, u32 pgsize) argument
/linux-master/block/
H A Dfops.c469 .readahead = blkdev_readahead,
518 .readahead = blkdev_readahead,
/linux-master/include/linux/
H A Dpage-flags.h546 PAGEFLAG(Readahead, readahead, PF_NO_COMPOUND)
547 TESTCLEARFLAG(Readahead, readahead, PF_NO_COMPOUND)
/linux-master/fs/f2fs/
H A Dcheckpoint.c328 bool readahead = false; local
335 readahead = true;
338 if (readahead)
/linux-master/drivers/scsi/
H A Dmyrb.h326 unsigned int readahead:1; /* Byte 116 Bit 2 */ member in struct:myrb_enquiry2::__anon346
/linux-master/fs/squashfs/
H A Dfile.c638 .readahead = squashfs_readahead
/linux-master/fs/afs/
H A Dfile.c55 .readahead = netfs_readahead,
/linux-master/fs/qnx6/
H A Dinode.c498 .readahead = qnx6_readahead,
/linux-master/fs/zonefs/
H A Dfile.c177 .readahead = zonefs_readahead,

Completed in 450 milliseconds

12