Home
last modified time | relevance | path

Searched refs:chkdsk (Results 1 – 1 of 1) sorted by relevance

/fs/hpfs/
Dsuper.c322 int *chkdsk, int *timeshift) in parse_opts() argument
395 *chkdsk = 0; in parse_opts()
398 *chkdsk = 1; in parse_opts()
401 *chkdsk = 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, &timeshift))) { 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
580 chkdsk = 1; in hpfs_fill_super()
[all …]