Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Ddlmglue.c429 res->l_lock_wait = 0; in ocfs2_init_lock_stats()
478 lockres->l_lock_wait = 0; in ocfs2_track_lock_wait()
484 lockres->l_lock_wait = in ocfs2_track_lock_wait()
3152 if (!lockres->l_lock_wait && dlm_debug->d_filter_secs) { in ocfs2_dlm_seq_show()
3210 # define lock_wait(_l) ((_l)->l_lock_wait) in ocfs2_dlm_seq_show()
H A Docfs2.h193 u64 l_lock_wait; /* First lock wait time */ member