Home
last modified time | relevance | path

Searched refs:hfs_to_utc (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dhfs_fs.h112 #define hfs_h_to_utime(ARG) ((hfs_s32)hfs_to_utc(ntohl(ARG)+946684800U))
115 #define hfs_m_to_utime(ARG) (hfs_to_utc(ntohl(ARG)-2082844800U))
Dhfs_sysdep.h83 static inline hfs_s32 hfs_to_utc(hfs_u32 time) in hfs_to_utc() function
/linux-2.4.37.9/fs/hfs/
Dsysdep.c101 (diff = (hfs_to_utc(0) - HFS_I(inode)->tz_secondswest))) { in hfs_revalidate_dentry()
Dinode.c331 HFS_I(inode)->tz_secondswest = hfs_to_utc(0); in hfs_iget()