Lines Matching refs:hpfs_sb
24 if (hpfs_sb(s)->sb_chkdsk && (remount || !(s->s_flags & MS_RDONLY))) { in mark_dirty()
47 sb->dirty = hpfs_sb(s)->sb_chkdsk > 1 - hpfs_sb(s)->sb_was_error; in unmark_dirty()
48 sb->old_wrote = hpfs_sb(s)->sb_chkdsk >= 2 && !hpfs_sb(s)->sb_was_error; in unmark_dirty()
70 if (!hpfs_sb(s)->sb_was_error) { in hpfs_error()
71 if (hpfs_sb(s)->sb_err == 2) { in hpfs_error()
75 } else if (hpfs_sb(s)->sb_err == 1) { in hpfs_error()
89 hpfs_sb(s)->sb_was_error = 1; in hpfs_error()
129 call_rcu(&hpfs_sb(s)->rcu, lazy_free_sbi); in hpfs_put_super()
149 n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; in count_bitmaps()
157 c = hpfs_count_one_bitmap(s, le32_to_cpu(hpfs_sb(s)->sb_bmp_dir[n])); in count_bitmaps()
166 struct hpfs_sb_info *sbi = hpfs_sb(s); in hpfs_get_free_dnodes()
179 struct hpfs_sb_info *sbi = hpfs_sb(s); in hpfs_statfs()
456 struct hpfs_sb_info *sbi = hpfs_sb(s); in hpfs_remount_fs()
503 struct hpfs_sb_info *sbi = hpfs_sb(root->d_sb); in hpfs_show_options()