Home
last modified time | relevance | path

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

/linux-4.1.27/fs/hpfs/
Dsuper.c522 struct hpfs_spare_block *spareblock; in hpfs_fill_super() local
571 if (!(spareblock = hpfs_map_sector(s, 17, &bh2, 0))) goto bail3; in hpfs_fill_super()
576 || le32_to_cpu(spareblock->magic) != SP_MAGIC) { in hpfs_fill_super()
631 if (spareblock->dirty && !spareblock->old_wrote) { in hpfs_fill_super()
640 spareblock->dirty = 1; in hpfs_fill_super()
641 spareblock->old_wrote = 0; in hpfs_fill_super()
645 if (spareblock->hotfixes_used || spareblock->n_spares_used) { in hpfs_fill_super()
657 if (le32_to_cpu(spareblock->n_dnode_spares) != le32_to_cpu(spareblock->n_dnode_spares_free)) { in hpfs_fill_super()
688 if (le32_to_cpu(spareblock->n_code_pages)) in hpfs_fill_super()
689 if (!(sbi->sb_cp_table = hpfs_load_code_page(s, le32_to_cpu(spareblock->code_page_dir)))) in hpfs_fill_super()