Lines Matching refs:hpfs_sb
25 if (hpfs_sb(s)->sb_chkdsk && (remount || !sb_rdonly(s))) { in mark_dirty()
48 sb->dirty = hpfs_sb(s)->sb_chkdsk > 1 - hpfs_sb(s)->sb_was_error; in unmark_dirty()
49 sb->old_wrote = hpfs_sb(s)->sb_chkdsk >= 2 && !hpfs_sb(s)->sb_was_error; in unmark_dirty()
71 if (!hpfs_sb(s)->sb_was_error) { in hpfs_error()
72 if (hpfs_sb(s)->sb_err == 2) { in hpfs_error()
76 } else if (hpfs_sb(s)->sb_err == 1) { in hpfs_error()
90 hpfs_sb(s)->sb_was_error = 1; in hpfs_error()
130 call_rcu(&hpfs_sb(s)->rcu, lazy_free_sbi); in hpfs_put_super()
150 n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; in count_bitmaps()
158 c = hpfs_count_one_bitmap(s, le32_to_cpu(hpfs_sb(s)->sb_bmp_dir[n])); in count_bitmaps()
167 struct hpfs_sb_info *sbi = hpfs_sb(s); in hpfs_get_free_dnodes()
180 struct hpfs_sb_info *sbi = hpfs_sb(s); in hpfs_statfs()
449 struct hpfs_sb_info *sbi = hpfs_sb(s); in hpfs_remount_fs()
496 struct hpfs_sb_info *sbi = hpfs_sb(root->d_sb); in hpfs_show_options()