Home
last modified time | relevance | path

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

/linux-3.4.99/fs/hpfs/
Dhpfs_fn.h88 int sb_timeshift; member
326 return t + sys_tz.tz_minuteswest * 60 + hpfs_sb(s)->sb_timeshift; in local_to_gmt()
332 return t - sys_tz.tz_minuteswest * 60 - hpfs_sb(s)->sb_timeshift; in gmt_to_local()
Dsuper.c397 errs = sbi->sb_err; timeshift = sbi->sb_timeshift; 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()
550 sbi->sb_timeshift = timeshift; in hpfs_fill_super()