Searched refs:hpfs_prefetch_sectors (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/fs/hpfs/ |
H A D | buffer.c | 13 void hpfs_prefetch_sectors(struct super_block *s, unsigned secno, int n) hpfs_prefetch_sectors() function 50 hpfs_prefetch_sectors(s, secno, ahead); hpfs_map_sector() 100 hpfs_prefetch_sectors(s, secno, 4 + ahead); hpfs_map_4sectors()
|
H A D | map.c | 47 hpfs_prefetch_sectors(s, to_prefetch, 4 + 4 * (to_prefetch + 4 == next_prefetch)); hpfs_prefetch_bitmap()
|
H A D | hpfs_fn.h | 217 void hpfs_prefetch_sectors(struct super_block *, unsigned, int);
|
Completed in 93 milliseconds