Lines Matching refs:eas
314 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() argument
379 *eas = 0; in parse_opts()
382 *eas = 1; in parse_opts()
385 *eas = 2; in parse_opts()
447 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local
459 eas = sbi->sb_eas; chk = sbi->sb_chk; chkdsk = sbi->sb_chkdsk; in hpfs_remount_fs()
463 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_remount_fs()
481 sbi->sb_eas = eas; sbi->sb_chk = chk; sbi->sb_chkdsk = chkdsk; in hpfs_remount_fs()
549 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local
570 eas = 2; in hpfs_fill_super()
577 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_fill_super()
631 sbi->sb_eas = eas; in hpfs_fill_super()