Searched refs:spareblock (Results 1 – 2 of 2) sorted by relevance
134 void hpfs_load_hotfix_map(struct super_block *s, struct hpfs_spare_block *spareblock) in hpfs_load_hotfix_map() argument141 n_hotfixes = le32_to_cpu(spareblock->n_spares); in hpfs_load_hotfix_map()142 n_used_hotfixes = le32_to_cpu(spareblock->n_spares_used); in hpfs_load_hotfix_map()148 if (!(directory = hpfs_map_4sectors(s, le32_to_cpu(spareblock->hotfix_map), &qbh, 0))) { in hpfs_load_hotfix_map()
294 void hpfs_load_hotfix_map(struct super_block *s, struct hpfs_spare_block *spareblock);