Home
last modified time | relevance | path

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

/openbmc/linux/fs/hpfs/
H A Dmap.c33 if (ret) hpfs_prefetch_bitmap(s, bmp_block + 1); in hpfs_map_bitmap()
37 void hpfs_prefetch_bitmap(struct super_block *s, unsigned bmp_block) in hpfs_prefetch_bitmap() function
H A Dsuper.c153 hpfs_prefetch_bitmap(s, n); in count_bitmaps()
157 hpfs_prefetch_bitmap(s, n + COUNT_RD_AHEAD); in count_bitmaps()
H A Dhpfs_fn.h291 void hpfs_prefetch_bitmap(struct super_block *, unsigned);