Searched refs:mt (Results 1 – 2 of 2) sorted by relevance
255 static inline time64_t __hfs_m_to_utime(__be32 mt) in __hfs_m_to_utime() argument257 time64_t ut = (u32)(be32_to_cpu(mt) - HFS_UTC_OFFSET); in __hfs_m_to_utime()
548 static inline time64_t __hfsp_mt2ut(__be32 mt) in __hfsp_mt2ut() argument550 time64_t ut = (u32)(be32_to_cpu(mt) - HFSPLUS_UTC_OFFSET); in __hfsp_mt2ut()