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()3155 if (lockres->l_lock_prmode.ls_last > in ocfs2_dlm_seq_show()3156 lockres->l_lock_exmode.ls_last) in ocfs2_dlm_seq_show()3157 last = lockres->l_lock_prmode.ls_last; in ocfs2_dlm_seq_show()3159 last = lockres->l_lock_exmode.ls_last; in ocfs2_dlm_seq_show()3212 # define lock_last_prmode(_l) ((_l)->l_lock_prmode.ls_last) in ocfs2_dlm_seq_show()3213 # 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