Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
Ddlmglue.c465 stats->ls_last = ktime_to_us(ktime_get_real()); in ocfs2_update_lock_stats()
3145 if (lockres->l_lock_prmode.ls_last > in ocfs2_dlm_seq_show()
3146 lockres->l_lock_exmode.ls_last) in ocfs2_dlm_seq_show()
3147 last = lockres->l_lock_prmode.ls_last; in ocfs2_dlm_seq_show()
3149 last = lockres->l_lock_exmode.ls_last; in ocfs2_dlm_seq_show()
3202 # define lock_last_prmode(_l) ((_l)->l_lock_prmode.ls_last) in ocfs2_dlm_seq_show()
3203 # 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