Lines Matching refs:gfs2_glock
33 struct gfs2_glock;
40 typedef void (*gfs2_glop_bh_t) (struct gfs2_glock *gl, unsigned int ret);
101 struct gfs2_glock *rd_gl; /* Glock for this rgrp */
164 struct gfs2_glock *bd_gl;
241 void (*go_sync) (struct gfs2_glock *gl);
242 int (*go_xmote_bh) (struct gfs2_glock *gl, struct gfs2_holder *gh);
243 void (*go_inval) (struct gfs2_glock *gl, int flags);
244 int (*go_demote_ok) (const struct gfs2_glock *gl);
247 void (*go_dump)(struct seq_file *seq, const struct gfs2_glock *gl);
248 void (*go_callback)(struct gfs2_glock *gl, bool remote);
282 struct gfs2_glock *gh_gl;
355 struct gfs2_glock { struct
416 struct gfs2_glock *i_gl; /* Move into i_gh? */ argument
486 struct gfs2_glock *qd_gl;
728 struct gfs2_glock *sd_rename_gl;
729 struct gfs2_glock *sd_freeze_gl;
863 static inline void gfs2_glstats_inc(struct gfs2_glock *gl, int which) in gfs2_glstats_inc()
868 static inline void gfs2_sbstats_inc(const struct gfs2_glock *gl, int which) in gfs2_sbstats_inc()
876 extern struct gfs2_rgrpd *gfs2_glock2rgrp(struct gfs2_glock *gl);