Lines Matching refs:timeshift
295 int *chkdsk, int *timeshift) in parse_opts() argument
384 *timeshift = simple_strtoul(rhs, &rhs, 0) * m; in parse_opts()
427 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local
440 errs = sbi->sb_err; timeshift = sbi->sb_timeshift; in hpfs_remount_fs()
443 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_remount_fs()
451 if (timeshift != sbi->sb_timeshift) { in hpfs_remount_fs()
462 sbi->sb_err = errs; sbi->sb_timeshift = timeshift; in hpfs_remount_fs()
529 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local
554 timeshift = 0; in hpfs_fill_super()
557 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_fill_super()
614 sbi->sb_timeshift = timeshift; in hpfs_fill_super()