Lines Matching refs:gl
39 typedef void (*gfs2_glop_bh_t) (struct gfs2_glock *gl, unsigned int ret);
216 void (*go_sync) (struct gfs2_glock *gl);
217 int (*go_xmote_bh) (struct gfs2_glock *gl, struct gfs2_holder *gh);
218 void (*go_inval) (struct gfs2_glock *gl, int flags);
219 int (*go_demote_ok) (const struct gfs2_glock *gl);
222 void (*go_dump)(struct seq_file *seq, const struct gfs2_glock *gl);
223 void (*go_callback)(struct gfs2_glock *gl, bool remote);
829 static inline void gfs2_glstats_inc(struct gfs2_glock *gl, int which) in gfs2_glstats_inc() argument
831 gl->gl_stats.stats[which]++; in gfs2_glstats_inc()
834 static inline void gfs2_sbstats_inc(const struct gfs2_glock *gl, int which) in gfs2_sbstats_inc() argument
836 const struct gfs2_sbd *sdp = gl->gl_sbd; in gfs2_sbstats_inc()
838 this_cpu_ptr(sdp->sd_lkstats)->lkstats[gl->gl_name.ln_type].stats[which]++; in gfs2_sbstats_inc()