Searched refs:ocfs2_pack_timespec (Results 1 – 1 of 1) sorted by relevance
2146 static u64 ocfs2_pack_timespec(struct timespec64 *spec) in ocfs2_pack_timespec() function2187 lvb->lvb_iatime_packed = cpu_to_be64(ocfs2_pack_timespec(&ts)); in __ocfs2_stuff_meta_lvb()2189 lvb->lvb_ictime_packed = cpu_to_be64(ocfs2_pack_timespec(&ts)); in __ocfs2_stuff_meta_lvb()2191 lvb->lvb_imtime_packed = cpu_to_be64(ocfs2_pack_timespec(&ts)); in __ocfs2_stuff_meta_lvb()