Searched refs:chkdsk (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/fs/hpfs/ |
| D | super.c | 316 int *chkdsk, int *timeshift) in parse_opts() argument 389 *chkdsk = 0; in parse_opts() 392 *chkdsk = 1; in parse_opts() 395 *chkdsk = 2; in parse_opts() 448 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local 460 eas = sbi->sb_eas; chk = sbi->sb_chk; chkdsk = sbi->sb_chkdsk; in hpfs_remount_fs() 464 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_remount_fs() 482 sbi->sb_eas = eas; sbi->sb_chk = chk; sbi->sb_chkdsk = chkdsk; in hpfs_remount_fs() 550 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local 574 chkdsk = 1; in hpfs_fill_super() [all …]
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | hpfs.txt | 40 chkdsk=no,errors,always (default errors) 120 again :-). chkdsk happily ignores these errors and only low-level disk 144 driver allows you to do it. chkdsk ignores such errors. 179 chkdsk doesn't scream if the tree is unbalanced (and sometimes creates 191 When you have two (or more) lost directories pointing each to other, chkdsk 195 OS/2, OS/2 marks it as 'long'. chkdsk then removes this flag saying "Minor fs 198 File names like "a .b" are marked as 'long' by OS/2 but chkdsk "corrects" it and
|