Searched refs:hpfs_prefetch_sectors (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/hpfs/ |
D | buffer.c | 38 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()
|
D | hpfs_fn.h | 226 void hpfs_prefetch_sectors(struct super_block *, unsigned, int);
|
D | map.c | 48 hpfs_prefetch_sectors(s, to_prefetch, 4 + 4 * (to_prefetch + 4 == next_prefetch)); in hpfs_prefetch_bitmap()
|