Home
last modified time | relevance | path

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

/fs/ocfs2/
Ddlmglue.c2146 static u64 ocfs2_pack_timespec(struct timespec64 *spec) in ocfs2_pack_timespec() function
2187 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()