Searched refs:eas (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/hpfs/ |
D | super.c | 321 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() argument 386 *eas = 0; in parse_opts() 389 *eas = 1; in parse_opts() 392 *eas = 2; in parse_opts() 454 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local 466 eas = sbi->sb_eas; chk = sbi->sb_chk; chkdsk = sbi->sb_chkdsk; in hpfs_remount_fs() 470 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_remount_fs() 488 sbi->sb_eas = eas; sbi->sb_chk = chk; sbi->sb_chkdsk = chkdsk; in hpfs_remount_fs() 556 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local 577 eas = 2; in hpfs_fill_super() [all …]
|
/linux-4.4.14/Documentation/filesystems/ |
D | hpfs.txt | 42 eas=no,ro,rw (default rw) 224 Mount option 'eas' now works
|