Searched refs:ln_type (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/fs/gfs2/ |
D | trace_gfs2.h | 111 __entry->gltype = gl->gl_name.ln_type; 146 __entry->gltype = gl->gl_name.ln_type; 180 __entry->gltype = gl->gl_name.ln_type; 216 __entry->gltype = gh->gh_gl->gl_name.ln_type; 246 __entry->gltype = gh->gh_gl->gl_name.ln_type; 285 __entry->gltype = gl->gl_name.ln_type;
|
D | incore.h | 227 unsigned int ln_type; member 232 ((name1)->ln_type == (name2)->ln_type) && \ 866 this_cpu_ptr(sdp->sd_lkstats)->lkstats[gl->gl_name.ln_type].stats[which]++; in gfs2_sbstats_inc()
|
D | glock.c | 74 .key_len = offsetofend(struct lm_lockname, ln_type), 100 wake_name->ln_type != wait_name->ln_type) in glock_wake_function() 726 if (gl->gl_name.ln_type != LM_TYPE_INODE) in glock_work_func() 797 .ln_type = glops->go_type, in gfs2_glock_get() 1170 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue() 1174 gh->gh_gl->gl_name.ln_type, gh->gh_state); in add_to_queue() 1269 gl->gl_name.ln_type == LM_TYPE_INODE) in gfs2_glock_dq() 1441 gl->gl_name.ln_type == LM_TYPE_INODE) { in gfs2_glock_cb() 1900 gl->gl_name.ln_type, in gfs2_dump_glock() 1921 gl->gl_name.ln_type, in gfs2_glstats_seq_show()
|
D | lock_dlm.c | 73 const unsigned gltype = gl->gl_name.ln_type; in gfs2_update_reply_times() 100 const unsigned gltype = gl->gl_name.ln_type; in gfs2_update_request_times() 267 gfs2_reverse_hex(strname + 7, gl->gl_name.ln_type); in gdlm_lock() 311 gl->gl_name.ln_type, in gdlm_put_lock()
|
D | glops.c | 40 gl->gl_name.ln_type, gl->gl_name.ln_number, in gfs2_ail_error()
|
D | lops.c | 67 return bd->bd_gl->gl_name.ln_type == LM_TYPE_RGRP; in buffer_is_rgrp()
|