Lines Matching refs:errs
294 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() argument
350 *errs = 0; in parse_opts()
353 *errs = 1; in parse_opts()
356 *errs = 2; in parse_opts()
427 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local
440 errs = sbi->sb_err; timeshift = sbi->sb_timeshift; in hpfs_remount_fs()
443 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_remount_fs()
462 sbi->sb_err = errs; sbi->sb_timeshift = timeshift; in hpfs_remount_fs()
529 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local
552 errs = 1; in hpfs_fill_super()
557 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_fill_super()
613 sbi->sb_err = errs; in hpfs_fill_super()
632 if (errs == 2) { in hpfs_fill_super()
646 if (errs >= 2) { in hpfs_fill_super()
652 if (errs == 0) in hpfs_fill_super()
658 if (errs >= 2) { in hpfs_fill_super()
664 if (errs == 0) in hpfs_fill_super()