Lines Matching refs:eas
294 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() argument
359 *eas = 0; in parse_opts()
362 *eas = 1; in parse_opts()
365 *eas = 2; in parse_opts()
427 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local
439 eas = sbi->sb_eas; chk = sbi->sb_chk; chkdsk = sbi->sb_chkdsk; in hpfs_remount_fs()
443 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_remount_fs()
461 sbi->sb_eas = eas; sbi->sb_chk = chk; sbi->sb_chkdsk = chkdsk; in hpfs_remount_fs()
529 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local
550 eas = 2; in hpfs_fill_super()
557 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_fill_super()
610 sbi->sb_eas = eas; in hpfs_fill_super()