Home
last modified time | relevance | path

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

/linux-6.15/fs/hpfs/
H A Dsuper.c26 if (hpfs_sb(s)->sb_chkdsk && (remount || !sb_rdonly(s))) { in mark_dirty()
49 sb->dirty = hpfs_sb(s)->sb_chkdsk > 1 - hpfs_sb(s)->sb_was_error; in unmark_dirty()
50 sb->old_wrote = hpfs_sb(s)->sb_chkdsk >= 2 && !hpfs_sb(s)->sb_was_error; in unmark_dirty()
449 sbi->sb_chkdsk = ctx->chkdsk; in hpfs_reconfigure()
479 if (!sbi->sb_chkdsk) in hpfs_show_options()
481 if (sbi->sb_chkdsk == 2) in hpfs_show_options()
575 sbi->sb_chkdsk = ctx->chkdsk; in hpfs_fill_super()
735 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