Searched refs:chkdsk (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/hpfs/ |
D | super.c | 321 int *chkdsk, int *timeshift) in parse_opts() argument 394 *chkdsk = 0; in parse_opts() 397 *chkdsk = 1; in parse_opts() 400 *chkdsk = 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 579 chkdsk = 1; in hpfs_fill_super() [all …]
|