Searched refs:spareblock (Results 1 – 3 of 3) sorted by relevance
549 struct hpfs_spare_block *spareblock; in hpfs_fill_super() local598 if (!(spareblock = hpfs_map_sector(s, 17, &bh2, 0))) goto bail3; in hpfs_fill_super()603 || le32_to_cpu(spareblock->magic) != SP_MAGIC) { in hpfs_fill_super()653 if (spareblock->n_spares_used) in hpfs_fill_super()654 hpfs_load_hotfix_map(s, spareblock); in hpfs_fill_super()661 if (spareblock->dirty && !spareblock->old_wrote) { in hpfs_fill_super()670 spareblock->dirty = 1; in hpfs_fill_super()671 spareblock->old_wrote = 0; in hpfs_fill_super()675 if (le32_to_cpu(spareblock->n_dnode_spares) != le32_to_cpu(spareblock->n_dnode_spares_free)) { in hpfs_fill_super()706 if (le32_to_cpu(spareblock->n_code_pages)) in hpfs_fill_super()[all …]
133 void hpfs_load_hotfix_map(struct super_block *s, struct hpfs_spare_block *spareblock) in hpfs_load_hotfix_map() argument140 n_hotfixes = le32_to_cpu(spareblock->n_spares); in hpfs_load_hotfix_map()141 n_used_hotfixes = le32_to_cpu(spareblock->n_spares_used); in hpfs_load_hotfix_map()147 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);