Lines Matching refs:errs
320 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() argument
376 *errs = 0; in parse_opts()
379 *errs = 1; in parse_opts()
382 *errs = 2; in parse_opts()
453 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local
466 errs = sbi->sb_err; timeshift = sbi->sb_timeshift; in hpfs_remount_fs()
469 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_remount_fs()
488 sbi->sb_err = errs; sbi->sb_timeshift = timeshift; in hpfs_remount_fs()
555 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local
578 errs = 1; in hpfs_fill_super()
583 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_fill_super()
638 sbi->sb_err = errs; in hpfs_fill_super()
660 if (errs == 2) { in hpfs_fill_super()
674 if (errs >= 2) { in hpfs_fill_super()
680 if (errs == 0) in hpfs_fill_super()