Searched refs:hpfs_prefetch_sectors (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/hpfs/ |
D | buffer.c | 37 void hpfs_prefetch_sectors(struct super_block *s, unsigned secno, int n) in hpfs_prefetch_sectors() function 77 hpfs_prefetch_sectors(s, secno, ahead); in hpfs_map_sector() 127 hpfs_prefetch_sectors(s, secno, 4 + ahead); in hpfs_map_4sectors()
|
D | hpfs_fn.h | 226 void hpfs_prefetch_sectors(struct super_block *, unsigned, int);
|
D | map.c | 47 hpfs_prefetch_sectors(s, to_prefetch, 4 + 4 * (to_prefetch + 4 == next_prefetch)); in hpfs_prefetch_bitmap()
|