Home
last modified time | relevance | path

Searched refs:ln_type (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/gfs2/
Dtrace_gfs2.h109 __entry->gltype = gl->gl_name.ln_type;
144 __entry->gltype = gl->gl_name.ln_type;
178 __entry->gltype = gl->gl_name.ln_type;
214 __entry->gltype = gh->gh_gl->gl_name.ln_type;
244 __entry->gltype = gh->gh_gl->gl_name.ln_type;
283 __entry->gltype = gl->gl_name.ln_type;
Dincore.h207 unsigned int ln_type; member
212 ((name1)->ln_type == (name2)->ln_type))
838 this_cpu_ptr(sdp->sd_lkstats)->lkstats[gl->gl_name.ln_type].stats[which]++; in gfs2_sbstats_inc()
Dglock.c91 h = jhash(&name->ln_type, sizeof(unsigned int), h); in gl_hash()
680 if (gl->gl_name.ln_type != LM_TYPE_INODE) in glock_work_func()
707 struct lm_lockname name = { .ln_number = number, .ln_type = glops->go_type }; in gfs2_glock_get()
988 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue()
992 gh->gh_gl->gl_name.ln_type, gh->gh_state); in add_to_queue()
1090 gl->gl_name.ln_type == LM_TYPE_INODE) in gfs2_glock_dq()
1260 gl->gl_name.ln_type == LM_TYPE_INODE) { in gfs2_glock_cb()
1715 gl->gl_name.ln_type, in gfs2_dump_glock()
1736 gl->gl_name.ln_type, in gfs2_glstats_seq_show()
Dlock_dlm.c76 const unsigned gltype = gl->gl_name.ln_type; in gfs2_update_reply_times()
103 const unsigned gltype = gl->gl_name.ln_type; in gfs2_update_request_times()
270 gfs2_reverse_hex(strname + 7, gl->gl_name.ln_type); in gdlm_lock()
314 gl->gl_name.ln_type, in gdlm_put_lock()
Dglops.c39 gl->gl_name.ln_type, gl->gl_name.ln_number, in gfs2_ail_error()
Dlops.c67 return bd->bd_gl->gl_name.ln_type == LM_TYPE_RGRP; in buffer_is_rgrp()