Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hpfs/
H A Dsuper.c309 {Opt_timeshift, "timeshift=%d"},
315 int *chkdsk, int *timeshift) in parse_opts()
404 *timeshift = simple_strtoul(rhs, &rhs, 0) * m; in parse_opts()
438 timeshift=nnn add nnn seconds to file times\n\ in hpfs_help()
447 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local
460 errs = sbi->sb_err; timeshift = sbi->sb_timeshift; in hpfs_remount_fs()
463 &eas, &chk, &errs, &chkdsk, &timeshift))) { in hpfs_remount_fs()
471 if (timeshift != sbi->sb_timeshift) { in hpfs_remount_fs()
472 pr_err("timeshift can't be changed using remount.\n"); in hpfs_remount_fs()
482 sbi->sb_err = errs; sbi->sb_timeshift = timeshift; in hpfs_remount_fs()
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) parse_opts() argument
549 int lowercase, eas, chk, errs, chkdsk, timeshift; hpfs_fill_super() local
[all...]
/kernel/linux/linux-6.6/fs/hpfs/
H A Dsuper.c309 {Opt_timeshift, "timeshift=%d"},
315 int *chkdsk, int *timeshift) in parse_opts()
404 *timeshift = simple_strtoul(rhs, &rhs, 0) * m; in parse_opts()
438 timeshift=nnn add nnn seconds to file times\n\ in hpfs_help()
447 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local
460 errs = sbi->sb_err; timeshift = sbi->sb_timeshift; in hpfs_remount_fs()
463 &eas, &chk, &errs, &chkdsk, &timeshift))) { in hpfs_remount_fs()
471 if (timeshift != sbi->sb_timeshift) { in hpfs_remount_fs()
472 pr_err("timeshift can't be changed using remount.\n"); in hpfs_remount_fs()
482 sbi->sb_err = errs; sbi->sb_timeshift = timeshift; in hpfs_remount_fs()
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) parse_opts() argument
549 int lowercase, eas, chk, errs, chkdsk, timeshift; hpfs_fill_super() local
[all...]

Completed in 2 milliseconds