Home
last modified time | relevance | path

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

/openbmc/linux/fs/hpfs/
H A Dsuper.c460 errs = sbi->sb_err; timeshift = sbi->sb_timeshift; in hpfs_remount_fs()
471 if (timeshift != sbi->sb_timeshift) { in hpfs_remount_fs()
482 sbi->sb_err = errs; sbi->sb_timeshift = timeshift; in hpfs_remount_fs()
519 if (sbi->sb_timeshift) in hpfs_show_options()
520 seq_printf(seq, ",timeshift=%d", sbi->sb_timeshift); in hpfs_show_options()
635 sbi->sb_timeshift = timeshift; in hpfs_fill_super()
H A Dhpfs_fn.h89 int sb_timeshift; member
340 return t + sys_tz.tz_minuteswest * 60 + hpfs_sb(s)->sb_timeshift; in local_to_gmt()
346 return t - sys_tz.tz_minuteswest * 60 - hpfs_sb(s)->sb_timeshift; in gmt_to_local()