Searched refs:timeshift (Results 1 – 1 of 1) sorted by relevance
/fs/hpfs/ |
D | super.c | 246 int *chkdsk, int *timeshift) in parse_opts() argument 340 *timeshift = simple_strtoul(rhs, &rhs, 0) * m; in parse_opts() 386 int lowercase, conv, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local 397 errs = sbi->sb_err; timeshift = sbi->sb_timeshift; in hpfs_remount_fs() 400 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_remount_fs() 408 if (timeshift != sbi->sb_timeshift) { in hpfs_remount_fs() 419 sbi->sb_err = errs; sbi->sb_timeshift = timeshift; in hpfs_remount_fs() 458 int lowercase, conv, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local 487 timeshift = 0; in hpfs_fill_super() 490 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_fill_super() [all …]
|