Searched refs:eas (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/hpfs/ |
D | super.c | 320 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() argument 385 *eas = 0; in parse_opts() 388 *eas = 1; in parse_opts() 391 *eas = 2; in parse_opts() 453 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local 465 eas = sbi->sb_eas; chk = sbi->sb_chk; chkdsk = sbi->sb_chkdsk; in hpfs_remount_fs() 469 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_remount_fs() 487 sbi->sb_eas = eas; sbi->sb_chk = chk; sbi->sb_chkdsk = chkdsk; in hpfs_remount_fs() 555 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local 576 eas = 2; in hpfs_fill_super() [all …]
|
/Linux-v4.19/Documentation/filesystems/ |
D | hpfs.txt | 42 eas=no,ro,rw (default rw) 224 Mount option 'eas' now works
|