Lines Matching refs:gh
200 TP_PROTO(const struct gfs2_holder *gh, int first),
202 TP_ARGS(gh, first),
213 __entry->dev = gh->gh_gl->gl_name.ln_sbd->sd_vfs->s_dev;
214 __entry->glnum = gh->gh_gl->gl_name.ln_number;
215 __entry->gltype = gh->gh_gl->gl_name.ln_type;
217 __entry->state = glock_trace_state(gh->gh_state);
230 TP_PROTO(const struct gfs2_holder *gh, int queue),
232 TP_ARGS(gh, queue),
243 __entry->dev = gh->gh_gl->gl_name.ln_sbd->sd_vfs->s_dev;
244 __entry->glnum = gh->gh_gl->gl_name.ln_number;
245 __entry->gltype = gh->gh_gl->gl_name.ln_type;
247 __entry->state = glock_trace_state(gh->gh_state);