Lines Matching refs:errs
315 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() argument
371 *errs = 0; in parse_opts()
374 *errs = 1; in parse_opts()
377 *errs = 2; in parse_opts()
448 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local
461 errs = sbi->sb_err; timeshift = sbi->sb_timeshift; in hpfs_remount_fs()
464 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_remount_fs()
483 sbi->sb_err = errs; sbi->sb_timeshift = timeshift; in hpfs_remount_fs()
550 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local
573 errs = 1; in hpfs_fill_super()
578 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_fill_super()
635 sbi->sb_err = errs; in hpfs_fill_super()
657 if (errs == 2) { in hpfs_fill_super()
671 if (errs >= 2) { in hpfs_fill_super()
677 if (errs == 0) in hpfs_fill_super()