Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Ddlmglue.c464 stats->ls_last = ktime_to_us(ktime_get_real()); in ocfs2_update_lock_stats()
3152 if (lockres->l_lock_prmode.ls_last > in ocfs2_dlm_seq_show()
3153 lockres->l_lock_exmode.ls_last) in ocfs2_dlm_seq_show()
3154 last = lockres->l_lock_prmode.ls_last; in ocfs2_dlm_seq_show()
3156 last = lockres->l_lock_exmode.ls_last; in ocfs2_dlm_seq_show()
3209 # define lock_last_prmode(_l) ((_l)->l_lock_prmode.ls_last) in ocfs2_dlm_seq_show()
3210 # define lock_last_exmode(_l) ((_l)->l_lock_exmode.ls_last) in ocfs2_dlm_seq_show()
Docfs2.h151 u64 ls_last; /* Last unlock time in USEC */ member