Lines Matching refs:errs
321 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() argument
377 *errs = 0; in parse_opts()
380 *errs = 1; in parse_opts()
383 *errs = 2; in parse_opts()
454 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local
467 errs = sbi->sb_err; timeshift = sbi->sb_timeshift; in hpfs_remount_fs()
470 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_remount_fs()
489 sbi->sb_err = errs; sbi->sb_timeshift = timeshift; in hpfs_remount_fs()
556 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local
579 errs = 1; in hpfs_fill_super()
584 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_fill_super()
640 sbi->sb_err = errs; in hpfs_fill_super()
662 if (errs == 2) { in hpfs_fill_super()
676 if (errs >= 2) { in hpfs_fill_super()
682 if (errs == 0) in hpfs_fill_super()