Searched refs:timeshift (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/hpfs/
H A Dsuper.c309 {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; local
460 errs = sbi->sb_err; timeshift = sbi->sb_timeshift;
463 &eas, &chk, &errs, &chkdsk, &timeshift))) {
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;
313 parse_opts(char *opts, kuid_t *uid, kgid_t *gid, umode_t *umask, int *lowercase, int *eas, int *chk, int *errs, int *chkdsk, int *timeshift) argument
549 int lowercase, eas, chk, errs, chkdsk, timeshift; local
[all...]

Completed in 142 milliseconds