Lines Matching refs:gh
201 TP_PROTO(const struct gfs2_holder *gh, int first),
203 TP_ARGS(gh, first),
214 __entry->dev = gh->gh_gl->gl_name.ln_sbd->sd_vfs->s_dev;
215 __entry->glnum = gh->gh_gl->gl_name.ln_number;
216 __entry->gltype = gh->gh_gl->gl_name.ln_type;
218 __entry->state = glock_trace_state(gh->gh_state);
231 TP_PROTO(const struct gfs2_holder *gh, int queue),
233 TP_ARGS(gh, queue),
244 __entry->dev = gh->gh_gl->gl_name.ln_sbd->sd_vfs->s_dev;
245 __entry->glnum = gh->gh_gl->gl_name.ln_number;
246 __entry->gltype = gh->gh_gl->gl_name.ln_type;
248 __entry->state = glock_trace_state(gh->gh_state);