Home
last modified time | relevance | path

Searched refs:spareblock (Results 1 – 2 of 2) sorted by relevance

/linux/fs/hpfs/
H A Dmap.c134 void hpfs_load_hotfix_map(struct super_block *s, struct hpfs_spare_block *spareblock) in hpfs_load_hotfix_map() argument
141 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()
H A Dhpfs_fn.h294 void hpfs_load_hotfix_map(struct super_block *s, struct hpfs_spare_block *spareblock);