Home
last modified time | relevance | path

Searched refs:s_hpfs_timeshift (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/hpfs/
Dsuper.c333 errs = s->s_hpfs_err; timeshift = s->s_hpfs_timeshift; in hpfs_remount_fs()
344 if (timeshift != s->s_hpfs_timeshift) { in hpfs_remount_fs()
355 s->s_hpfs_err = errs; s->s_hpfs_timeshift = timeshift; in hpfs_remount_fs()
460 s->s_hpfs_timeshift = timeshift; in hpfs_read_super()
Dhpfs_fn.h64 return t + sys_tz.tz_minuteswest * 60 + s->s_hpfs_timeshift; in local_to_gmt()
70 return t - sys_tz.tz_minuteswest * 60 - s->s_hpfs_timeshift; in gmt_to_local()
/linux-2.4.37.9/include/linux/
Dhpfs_fs_sb.h69 #define s_hpfs_timeshift u.hpfs_sb.sb_timeshift macro