Lines Matching refs:gfs2_glock
33 struct gfs2_glock;
40 typedef void (*gfs2_glop_bh_t) (struct gfs2_glock *gl, unsigned int ret);
81 struct gfs2_glock *rd_gl; /* Glock for this rgrp */
146 struct gfs2_glock *bd_gl;
219 void (*go_sync) (struct gfs2_glock *gl);
220 int (*go_xmote_bh) (struct gfs2_glock *gl, struct gfs2_holder *gh);
221 void (*go_inval) (struct gfs2_glock *gl, int flags);
222 int (*go_demote_ok) (const struct gfs2_glock *gl);
225 void (*go_dump)(struct seq_file *seq, const struct gfs2_glock *gl);
226 void (*go_callback)(struct gfs2_glock *gl, bool remote);
260 struct gfs2_glock *gh_gl;
331 struct gfs2_glock { struct
391 struct gfs2_glock *i_gl; /* Move into i_gh? */ argument
460 struct gfs2_glock *qd_gl;
696 struct gfs2_glock *sd_rename_gl;
697 struct gfs2_glock *sd_freeze_gl;
831 static inline void gfs2_glstats_inc(struct gfs2_glock *gl, int which) in gfs2_glstats_inc()
836 static inline void gfs2_sbstats_inc(const struct gfs2_glock *gl, int which) in gfs2_sbstats_inc()