Home
last modified time | relevance | path

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

/linux/fs/hpfs/
H A Dbuffer.c62 sb_breadahead(s, secno); in hpfs_prefetch_sectors()
/linux/include/linux/
H A Dbuffer_head.h356 sb_breadahead(struct super_block *sb, sector_t block) in sb_breadahead() function
/linux/fs/ext2/
H A Dialloc.c186 sb_breadahead(inode->i_sb, block); in ext2_preread_inode()
/linux/fs/fat/
H A Dfatent.c705 sb_breadahead(sb, ra->ra_next + diff); in fat_ent_reada()
/linux/fs/exfat/
H A Ddir.c648 sb_breadahead(sb, (sector_t)(sec + i)); in exfat_dir_readahead()