Lines Matching refs:gh
199 TP_PROTO(const struct gfs2_holder *gh, int first),
201 TP_ARGS(gh, first),
212 __entry->dev = gh->gh_gl->gl_sbd->sd_vfs->s_dev;
213 __entry->glnum = gh->gh_gl->gl_name.ln_number;
214 __entry->gltype = gh->gh_gl->gl_name.ln_type;
216 __entry->state = glock_trace_state(gh->gh_state);
229 TP_PROTO(const struct gfs2_holder *gh, int queue),
231 TP_ARGS(gh, queue),
242 __entry->dev = gh->gh_gl->gl_sbd->sd_vfs->s_dev;
243 __entry->glnum = gh->gh_gl->gl_name.ln_number;
244 __entry->gltype = gh->gh_gl->gl_name.ln_type;
246 __entry->state = glock_trace_state(gh->gh_state);