Home
last modified time | relevance | path

Searched refs:sb_breadahead (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/hpfs/
Dbuffer.c62 sb_breadahead(s, secno); in hpfs_prefetch_sectors()
/kernel/linux/linux-5.10/include/linux/
Dbuffer_head.h345 sb_breadahead(struct super_block *sb, sector_t block) in sb_breadahead() function
/kernel/linux/linux-5.10/fs/ext2/
Dialloc.c191 sb_breadahead(inode->i_sb, block); in ext2_preread_inode()
/kernel/linux/linux-5.10/fs/fat/
Dfatent.c704 sb_breadahead(sb, ra->ra_next + diff); in fat_ent_reada()
Ddir.c67 sb_breadahead(sb, phys + sec); in fat_dir_readahead()
/kernel/linux/linux-5.10/fs/exfat/
Ddir.c712 sb_breadahead(sb, (sector_t)(sec + i)); in exfat_dir_readahead()