Lines Matching refs:gfs2_glock
31 struct gfs2_glock;
38 typedef void (*gfs2_glop_bh_t) (struct gfs2_glock *gl, unsigned int ret);
103 struct gfs2_glock *rd_gl; /* Glock for this rgrp */
142 struct gfs2_glock *bd_gl;
218 int (*go_sync) (struct gfs2_glock *gl);
219 int (*go_xmote_bh)(struct gfs2_glock *gl);
220 void (*go_inval) (struct gfs2_glock *gl, int flags);
221 int (*go_demote_ok) (const struct gfs2_glock *gl);
222 int (*go_instantiate) (struct gfs2_glock *gl);
224 void (*go_dump)(struct seq_file *seq, const struct gfs2_glock *gl,
226 void (*go_callback)(struct gfs2_glock *gl, bool remote);
227 void (*go_free)(struct gfs2_glock *gl);
262 struct gfs2_glock *gh_gl;
337 struct gfs2_glock { struct
391 struct gfs2_glock *i_gl; argument
461 struct gfs2_glock *qd_gl;
717 struct gfs2_glock *sd_rename_gl;
718 struct gfs2_glock *sd_freeze_gl;
765 struct gfs2_glock *sd_jinode_gl;
854 static inline void gfs2_glstats_inc(struct gfs2_glock *gl, int which) in gfs2_glstats_inc()
859 static inline void gfs2_sbstats_inc(const struct gfs2_glock *gl, int which) in gfs2_sbstats_inc()
867 struct gfs2_rgrpd *gfs2_glock2rgrp(struct gfs2_glock *gl);