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

12

/linux-master/arch/sparc/kernel/
H A Dsys_sparc32.c202 COMPAT_SYSCALL_DEFINE4(readahead, int, fd, u32, offhi, u32, offlo,
/linux-master/block/
H A Dfops.c469 .readahead = blkdev_readahead,
518 .readahead = blkdev_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/drivers/scsi/
H A Dmyrb.h326 unsigned int readahead:1; /* Byte 116 Bit 2 */ member in struct:myrb_enquiry2::__anon346
/linux-master/fs/9p/
H A Dvfs_addr.c140 .readahead = netfs_readahead,
/linux-master/fs/afs/
H A Dfile.c55 .readahead = netfs_readahead,
/linux-master/fs/bcachefs/
H A Dfs.c1195 .readahead = bch2_readahead,
/linux-master/fs/btrfs/
H A Dinode.c5165 * We can have ongoing bios started by readahead that have
6859 /* Chances are we'll be called again, so go ahead and do readahead */
7289 * call to readahead (a buffered read or a defrag call
7290 * triggered a readahead) on a page lock due to an
7293 * complete), which makes readahead wait for that
7550 * (readpage() and readahead(), which lock pages), as we haven't locked
11057 .readahead = btrfs_readahead,
/linux-master/fs/ceph/
H A Daddr.c449 * readahead callers do not necessarily hold Fcb caps
1565 .readahead = netfs_readahead,
/linux-master/fs/erofs/
H A Ddata.c406 .readahead = erofs_readahead,
H A Dfscache.c388 .readahead = erofs_fscache_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
/linux-master/fs/exfat/
H A Dinode.c571 .readahead = exfat_readahead,
/linux-master/fs/ext2/
H A Dinode.c964 .readahead = ext2_readahead,
/linux-master/fs/ext4/
H A Dinode.c3139 /* If the file has inline data, no need to do readahead. */
3525 .readahead = ext4_readahead,
3542 .readahead = ext4_readahead,
3559 .readahead = ext4_readahead,
4430 * If we need to do any I/O, try to pre-readahead extra
/linux-master/fs/f2fs/
H A Dcheckpoint.c328 bool readahead = false; local
335 readahead = true;
338 if (readahead)
H A Ddata.c176 * fsverity_verify_bio() may call readahead() again, and while verity
2467 /* If the file has inline data, skip readahead */
4069 .readahead = f2fs_readahead,
/linux-master/fs/fat/
H A Dinode.c343 .readahead = fat_readahead,
/linux-master/fs/fuse/
H A Dfile.c3326 .readahead = fuse_readahead,
/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/hpfs/
H A Dfile.c246 .readahead = hpfs_readahead,
/linux-master/fs/isofs/
H A Dinode.c1208 .readahead = isofs_readahead,
/linux-master/fs/jfs/
H A Dinode.c352 .readahead = jfs_readahead,
/linux-master/fs/nfs/
H A Dfile.c559 .readahead = nfs_readahead,
/linux-master/fs/nilfs2/
H A Dbtree.c549 int readahead)
571 if (level == NILFS_BTREE_LEVEL_NODE_MIN && readahead) {
546 nilfs_btree_do_lookup(const struct nilfs_bmap *btree, struct nilfs_btree_path *path, __u64 key, __u64 *ptrp, int minlevel, int readahead) argument

Completed in 632 milliseconds

12