Lines Matching refs:errs
314 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() argument
370 *errs = 0; in parse_opts()
373 *errs = 1; in parse_opts()
376 *errs = 2; in parse_opts()
447 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local
460 errs = sbi->sb_err; timeshift = sbi->sb_timeshift; in hpfs_remount_fs()
463 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_remount_fs()
482 sbi->sb_err = errs; sbi->sb_timeshift = timeshift; in hpfs_remount_fs()
549 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local
572 errs = 1; in hpfs_fill_super()
577 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_fill_super()
634 sbi->sb_err = errs; in hpfs_fill_super()
656 if (errs == 2) { in hpfs_fill_super()
670 if (errs >= 2) { in hpfs_fill_super()
676 if (errs == 0) in hpfs_fill_super()