Lines Matching refs:timeshift
322 int *chkdsk, int *timeshift) in parse_opts() argument
411 *timeshift = simple_strtoul(rhs, &rhs, 0) * m; in parse_opts()
454 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local
467 errs = sbi->sb_err; timeshift = sbi->sb_timeshift; in hpfs_remount_fs()
470 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_remount_fs()
478 if (timeshift != sbi->sb_timeshift) { in hpfs_remount_fs()
489 sbi->sb_err = errs; sbi->sb_timeshift = timeshift; in hpfs_remount_fs()
556 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local
581 timeshift = 0; in hpfs_fill_super()
584 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_fill_super()
641 sbi->sb_timeshift = timeshift; in hpfs_fill_super()