Lines Matching refs:spareblock
542 struct hpfs_spare_block *spareblock;
591 if (!(spareblock = hpfs_map_sector(s, 17, &bh2, 0))) goto bail3;
596 || le32_to_cpu(spareblock->magic) != SP_MAGIC) {
647 if (spareblock->n_spares_used)
648 hpfs_load_hotfix_map(s, spareblock);
655 if (spareblock->dirty && !spareblock->old_wrote) {
664 spareblock->dirty = 1;
665 spareblock->old_wrote = 0;
669 if (le32_to_cpu(spareblock->n_dnode_spares) != le32_to_cpu(spareblock->n_dnode_spares_free)) {
700 if (le32_to_cpu(spareblock->n_code_pages))
701 if (!(sbi->sb_cp_table = hpfs_load_code_page(s, le32_to_cpu(spareblock->code_page_dir))))