Lines Matching defs:timeshift
309 {Opt_timeshift, "timeshift=%d"},
315 int *chkdsk, int *timeshift)
404 *timeshift = simple_strtoul(rhs, &rhs, 0) * m;
438 timeshift=nnn add nnn seconds to file times\n\
447 int lowercase, eas, chk, errs, chkdsk, timeshift;
460 errs = sbi->sb_err; timeshift = sbi->sb_timeshift;
463 &eas, &chk, &errs, &chkdsk, ×hift))) {
471 if (timeshift != sbi->sb_timeshift) {
472 pr_err("timeshift can't be changed using remount.\n");
482 sbi->sb_err = errs; sbi->sb_timeshift = timeshift;
520 seq_printf(seq, ",timeshift=%d", sbi->sb_timeshift);
549 int lowercase, eas, chk, errs, chkdsk, timeshift;
574 timeshift = 0;
577 &eas, &chk, &errs, &chkdsk, ×hift))) {
635 sbi->sb_timeshift = timeshift;