Lines Matching refs:gfs2_glock
32 struct gfs2_glock;
39 typedef void (*gfs2_glop_bh_t) (struct gfs2_glock *gl, unsigned int ret);
80 struct gfs2_glock *rd_gl; /* Glock for this rgrp */
145 struct gfs2_glock *bd_gl;
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);
256 struct gfs2_glock *gh_gl;
327 struct gfs2_glock { struct
390 struct gfs2_glock *i_gl; /* Move into i_gh? */ argument
458 struct gfs2_glock *qd_gl;
694 struct gfs2_glock *sd_rename_gl;
695 struct gfs2_glock *sd_freeze_gl;
829 static inline void gfs2_glstats_inc(struct gfs2_glock *gl, int which) in gfs2_glstats_inc()
834 static inline void gfs2_sbstats_inc(const struct gfs2_glock *gl, int which) in gfs2_sbstats_inc()