Home
last modified time | relevance | path

Searched refs:l_lock_exmode (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddlmglue.c431 memset(&res->l_lock_exmode, 0, sizeof(struct ocfs2_lock_stats)); in ocfs2_init_lock_stats()
444 stats = &res->l_lock_exmode; in ocfs2_update_lock_stats()
3146 lockres->l_lock_exmode.ls_last) in ocfs2_dlm_seq_show()
3149 last = lockres->l_lock_exmode.ls_last; in ocfs2_dlm_seq_show()
3194 # define lock_num_exmode(_l) ((_l)->l_lock_exmode.ls_gets) in ocfs2_dlm_seq_show()
3196 # define lock_num_exmode_failed(_l) ((_l)->l_lock_exmode.ls_fail) in ocfs2_dlm_seq_show()
3198 # define lock_total_exmode(_l) ((_l)->l_lock_exmode.ls_total) in ocfs2_dlm_seq_show()
3200 # define lock_max_exmode(_l) ((_l)->l_lock_exmode.ls_max) in ocfs2_dlm_seq_show()
3203 # define lock_last_exmode(_l) ((_l)->l_lock_exmode.ls_last) in ocfs2_dlm_seq_show()
H A Docfs2.h196 struct ocfs2_lock_stats l_lock_exmode; /* EX mode stats */ member
/kernel/linux/linux-6.6/fs/ocfs2/
H A Ddlmglue.c430 memset(&res->l_lock_exmode, 0, sizeof(struct ocfs2_lock_stats)); in ocfs2_init_lock_stats()
443 stats = &res->l_lock_exmode; in ocfs2_update_lock_stats()
3156 lockres->l_lock_exmode.ls_last) in ocfs2_dlm_seq_show()
3159 last = lockres->l_lock_exmode.ls_last; in ocfs2_dlm_seq_show()
3204 # define lock_num_exmode(_l) ((_l)->l_lock_exmode.ls_gets) in ocfs2_dlm_seq_show()
3206 # define lock_num_exmode_failed(_l) ((_l)->l_lock_exmode.ls_fail) in ocfs2_dlm_seq_show()
3208 # define lock_total_exmode(_l) ((_l)->l_lock_exmode.ls_total) in ocfs2_dlm_seq_show()
3210 # define lock_max_exmode(_l) ((_l)->l_lock_exmode.ls_max) in ocfs2_dlm_seq_show()
3213 # define lock_last_exmode(_l) ((_l)->l_lock_exmode.ls_last) in ocfs2_dlm_seq_show()
H A Docfs2.h194 struct ocfs2_lock_stats l_lock_exmode; /* EX mode stats */ member

Completed in 15 milliseconds