Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Ddlmglue.c465 stats->ls_last = ktime_to_us(ktime_get_real()); in ocfs2_update_lock_stats()
3124 if (lockres->l_lock_prmode.ls_last > in ocfs2_dlm_seq_show()
3125 lockres->l_lock_exmode.ls_last) in ocfs2_dlm_seq_show()
3126 last = lockres->l_lock_prmode.ls_last; in ocfs2_dlm_seq_show()
3128 last = lockres->l_lock_exmode.ls_last; in ocfs2_dlm_seq_show()
3181 # define lock_last_prmode(_l) ((_l)->l_lock_prmode.ls_last) in ocfs2_dlm_seq_show()
3182 # define lock_last_exmode(_l) ((_l)->l_lock_exmode.ls_last) in ocfs2_dlm_seq_show()
Docfs2.h153 u64 ls_last; /* Last unlock time in USEC */ member