Home
last modified time | relevance | path

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

/fs/hpfs/
Dsuper.c451 struct hpfs_spare_block *spareblock; in hpfs_fill_super() local
504 if (!(spareblock = hpfs_map_sector(s, 17, &bh2, 0))) goto bail3; in hpfs_fill_super()
509 || spareblock->magic != SP_MAGIC) { in hpfs_fill_super()
557 if (spareblock->dirty && !spareblock->old_wrote) { in hpfs_fill_super()
566 spareblock->dirty = 1; in hpfs_fill_super()
567 spareblock->old_wrote = 0; in hpfs_fill_super()
571 if (spareblock->hotfixes_used || spareblock->n_spares_used) { in hpfs_fill_super()
581 if (spareblock->n_dnode_spares != spareblock->n_dnode_spares_free) { in hpfs_fill_super()
610 if (spareblock->n_code_pages) in hpfs_fill_super()
611 if (!(sbi->sb_cp_table = hpfs_load_code_page(s, spareblock->code_page_dir))) in hpfs_fill_super()