Home
last modified time | relevance | path

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

/fs/hfs/
Dhfs_fs.h255 static inline time64_t __hfs_m_to_utime(__be32 mt) in __hfs_m_to_utime() argument
257 time64_t ut = (u32)(be32_to_cpu(mt) - HFS_UTC_OFFSET); in __hfs_m_to_utime()
/fs/hfsplus/
Dhfsplus_fs.h548 static inline time64_t __hfsp_mt2ut(__be32 mt) in __hfsp_mt2ut() argument
550 time64_t ut = (u32)(be32_to_cpu(mt) - HFSPLUS_UTC_OFFSET); in __hfsp_mt2ut()