Lines Matching refs:chkdsk
21 /* Mark the filesystem dirty, so that chkdsk checks it when os/2 booted */
38 /* Mark the filesystem clean (mark it dirty for chkdsk if chkdsk==2 or if there
97 * BTW. chkdsk doesn't detect cycles correctly. When I had 2 lost directories
98 * nested each in other, chkdsk locked up happilly.
306 {Opt_chkdsk_no, "chkdsk=no"},
307 {Opt_chkdsk_errors, "chkdsk=errors"},
308 {Opt_chkdsk_always, "chkdsk=always"},
315 int *chkdsk, int *timeshift)
388 *chkdsk = 0;
391 *chkdsk = 1;
394 *chkdsk = 2;
432 chkdsk=no do not mark fs for chkdsking even if there were errors\n\
433 chkdsk=errors mark fs dirty if errors found (default)\n\
434 chkdsk=always always mark fs dirty - used for debugging\n\
447 int lowercase, eas, chk, errs, chkdsk, timeshift;
459 eas = sbi->sb_eas; chk = sbi->sb_chk; chkdsk = sbi->sb_chkdsk;
463 &eas, &chk, &errs, &chkdsk, ×hift))) {
481 sbi->sb_eas = eas; sbi->sb_chk = chk; sbi->sb_chkdsk = chkdsk;
512 seq_printf(seq, ",chkdsk=no");
514 seq_printf(seq, ",chkdsk=always");
549 int lowercase, eas, chk, errs, chkdsk, timeshift;
573 chkdsk = 1;
577 &eas, &chk, &errs, &chkdsk, ×hift))) {
633 sbi->sb_chkdsk = chkdsk;
671 pr_err("Spare dnodes used, try chkdsk\n");
675 hpfs_error(s, "warning: spare dnodes used, try chkdsk");