Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ocfs2/
Ddlmglue.c429 memset(&res->l_lock_prmode, 0, sizeof(struct ocfs2_lock_stats)); in ocfs2_init_lock_stats()
441 stats = &res->l_lock_prmode; in ocfs2_update_lock_stats()
3152 if (lockres->l_lock_prmode.ls_last > in ocfs2_dlm_seq_show()
3154 last = lockres->l_lock_prmode.ls_last; in ocfs2_dlm_seq_show()
3200 # define lock_num_prmode(_l) ((_l)->l_lock_prmode.ls_gets) in ocfs2_dlm_seq_show()
3202 # define lock_num_prmode_failed(_l) ((_l)->l_lock_prmode.ls_fail) in ocfs2_dlm_seq_show()
3204 # define lock_total_prmode(_l) ((_l)->l_lock_prmode.ls_total) in ocfs2_dlm_seq_show()
3206 # define lock_max_prmode(_l) ((_l)->l_lock_prmode.ls_max) in ocfs2_dlm_seq_show()
3209 # define lock_last_prmode(_l) ((_l)->l_lock_prmode.ls_last) in ocfs2_dlm_seq_show()
Docfs2.h191 struct ocfs2_lock_stats l_lock_prmode; /* PR mode stats */ member