Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hpfs/
Dsuper.c321 int *chkdsk, int *timeshift) in parse_opts() argument
410 *timeshift = simple_strtoul(rhs, &rhs, 0) * m; in parse_opts()
453 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local
466 errs = sbi->sb_err; timeshift = sbi->sb_timeshift; in hpfs_remount_fs()
469 &eas, &chk, &errs, &chkdsk, &timeshift))) { in hpfs_remount_fs()
477 if (timeshift != sbi->sb_timeshift) { in hpfs_remount_fs()
488 sbi->sb_err = errs; sbi->sb_timeshift = timeshift; in hpfs_remount_fs()
555 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local
580 timeshift = 0; in hpfs_fill_super()
583 &eas, &chk, &errs, &chkdsk, &timeshift))) { in hpfs_fill_super()
[all …]