Home
last modified time | relevance | path

Searched refs:hpfs_prefetch_sectors (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/hpfs/
Dbuffer.c38 void hpfs_prefetch_sectors(struct super_block *s, unsigned secno, int n) in hpfs_prefetch_sectors() function
78 hpfs_prefetch_sectors(s, secno, ahead); in hpfs_map_sector()
128 hpfs_prefetch_sectors(s, secno, 4 + ahead); in hpfs_map_4sectors()
Dhpfs_fn.h226 void hpfs_prefetch_sectors(struct super_block *, unsigned, int);
Dmap.c48 hpfs_prefetch_sectors(s, to_prefetch, 4 + 4 * (to_prefetch + 4 == next_prefetch)); in hpfs_prefetch_bitmap()