Searched refs:ls_last (Results 1 – 2 of 2) sorted by relevance
464 stats->ls_last = ktime_to_us(ktime_get_real()); in ocfs2_update_lock_stats()3154 last = max(lockres->l_lock_prmode.ls_last, in ocfs2_dlm_seq_show()3155 lockres->l_lock_exmode.ls_last); in ocfs2_dlm_seq_show()3208 # define lock_last_prmode(_l) ((_l)->l_lock_prmode.ls_last) in ocfs2_dlm_seq_show()3209 # define lock_last_exmode(_l) ((_l)->l_lock_exmode.ls_last) in ocfs2_dlm_seq_show()
151 u64 ls_last; /* Last unlock time in USEC */ member