Searched refs:eas (Results 1 – 1 of 1) sorted by relevance
/fs/hpfs/ |
D | super.c | 315 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() argument 380 *eas = 0; in parse_opts() 383 *eas = 1; in parse_opts() 386 *eas = 2; in parse_opts() 448 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local 460 eas = sbi->sb_eas; chk = sbi->sb_chk; chkdsk = sbi->sb_chkdsk; in hpfs_remount_fs() 464 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_remount_fs() 482 sbi->sb_eas = eas; sbi->sb_chk = chk; sbi->sb_chkdsk = chkdsk; in hpfs_remount_fs() 550 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local 571 eas = 2; in hpfs_fill_super() [all …]
|