Home
last modified time | relevance | path

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

/linux/fs/hpfs/
H A Dsuper.c27 if (hpfs_sb(s)->sb_chkdsk && (remount || !sb_rdonly(s))) { in mark_dirty()
50 sb->dirty = hpfs_sb(s)->sb_chkdsk > 1 - hpfs_sb(s)->sb_was_error; in unmark_dirty()
51 sb->old_wrote = hpfs_sb(s)->sb_chkdsk >= 2 && !hpfs_sb(s)->sb_was_error; in unmark_dirty()
446 sbi->sb_chkdsk = ctx->chkdsk; in hpfs_reconfigure()
476 if (!sbi->sb_chkdsk) in hpfs_show_options()
478 if (sbi->sb_chkdsk == 2) in hpfs_show_options()
572 sbi->sb_chkdsk = ctx->chkdsk; in hpfs_fill_super()
732 ctx->chkdsk = sbi->sb_chkdsk; in hpfs_init_fs_context()
H A Dhpfs_fn.h82 unsigned sb_chkdsk : 2; /* chkdsk: 0-no, 1-on errs, 2-allways */ member