Home
last modified time | relevance | path

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

/linux/fs/hpfs/
H A Dsuper.c435 if (ctx->timeshift != sbi->sb_timeshift) { in hpfs_reconfigure()
447 sbi->sb_err = ctx->errs; sbi->sb_timeshift = ctx->timeshift; in hpfs_reconfigure()
484 if (sbi->sb_timeshift) in hpfs_show_options()
485 seq_printf(seq, ",timeshift=%d", sbi->sb_timeshift); in hpfs_show_options()
574 sbi->sb_timeshift = ctx->timeshift; in hpfs_fill_super()
734 ctx->timeshift = sbi->sb_timeshift; in hpfs_init_fs_context()
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()