Searched refs:eas (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/hpfs/ |
D | super.c | 169 int *lowercase, int *conv, int *eas, int *chk, int *errs, in parse_opts() argument 264 *eas = 0; in parse_opts() 266 *eas = 1; in parse_opts() 268 *eas = 2; in parse_opts() 324 int lowercase, conv, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local 332 eas = s->s_hpfs_eas; chk = s->s_hpfs_chk; chkdsk = s->s_hpfs_chkdsk; in hpfs_remount_fs() 336 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_remount_fs() 354 s->s_hpfs_eas = eas; s->s_hpfs_chk = chk; s->s_hpfs_chkdsk = chkdsk; in hpfs_remount_fs() 374 int lowercase, conv, eas, chk, errs, chkdsk, timeshift; in hpfs_read_super() local 394 eas = 2; in hpfs_read_super() [all …]
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | hpfs.txt | 42 eas=no,ro,rw (default rw) 224 Mount option 'eas' now works
|