Lines Matching refs:hpfs_sb
23 if (hpfs_sb(s)->sb_chkdsk && (remount || !(s->s_flags & MS_RDONLY))) { in mark_dirty()
46 sb->dirty = hpfs_sb(s)->sb_chkdsk > 1 - hpfs_sb(s)->sb_was_error; in unmark_dirty()
47 sb->old_wrote = hpfs_sb(s)->sb_chkdsk >= 2 && !hpfs_sb(s)->sb_was_error; in unmark_dirty()
66 if (!hpfs_sb(s)->sb_was_error) { in hpfs_error()
67 if (hpfs_sb(s)->sb_err == 2) { in hpfs_error()
71 } else if (hpfs_sb(s)->sb_err == 1) { in hpfs_error()
81 hpfs_sb(s)->sb_was_error = 1; in hpfs_error()
106 struct hpfs_sb_info *sbi = hpfs_sb(s); in hpfs_put_super()
135 n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; in count_bitmaps()
138 count += hpfs_count_one_bitmap(s, le32_to_cpu(hpfs_sb(s)->sb_bmp_dir[n])); in count_bitmaps()
145 struct hpfs_sb_info *sbi = hpfs_sb(s); in hpfs_statfs()
386 struct hpfs_sb_info *sbi = hpfs_sb(s); in hpfs_remount_fs()