Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hfs/
Dhfs_fs.h255 static inline time64_t __hfs_m_to_utime(__be32 mt) in __hfs_m_to_utime() function
271 #define hfs_m_to_utime(time) (struct timespec64){ .tv_sec = __hfs_m_to_utime(time) }