Home
last modified time | relevance | path

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

/fs/hfs/
A Dhfs_fs.h259 static inline time64_t __hfs_m_to_utime(__be32 mt) in __hfs_m_to_utime() argument
261 time64_t ut = (u32)(be32_to_cpu(mt) - HFS_UTC_OFFSET); in __hfs_m_to_utime()
/fs/
A Dlibfs.c276 mt_init_flags(&octx->mt, MT_FLAGS_ALLOC_RANGE); in simple_offset_init()
277 lockdep_set_class(&octx->mt.ma_lock, &simple_offset_lock_class); in simple_offset_init()
297 ret = mtree_alloc_cyclic(&octx->mt, &offset, dentry, DIR_OFFSET_MIN, in simple_offset_add()
312 ret = mtree_store(&octx->mt, offset, dentry, GFP_KERNEL); in simple_offset_replace()
333 mtree_erase(&octx->mt, offset); in simple_offset_remove()
427 mtree_destroy(&octx->mt); in simple_offset_destroy()
490 MA_STATE(mas, &octx->mt, offset, offset); in offset_dir_lookup()
/fs/hfsplus/
A Dhfsplus_fs.h547 static inline time64_t __hfsp_mt2ut(__be32 mt) in __hfsp_mt2ut() argument
549 time64_t ut = (u32)(be32_to_cpu(mt) - HFSPLUS_UTC_OFFSET); in __hfsp_mt2ut()

Completed in 13 milliseconds