Lines Matching defs:gfs2_glock_operations
236 struct gfs2_glock_operations { struct
237 void (*go_sync) (struct gfs2_glock *gl);
238 int (*go_xmote_bh) (struct gfs2_glock *gl, struct gfs2_holder *gh);
239 void (*go_inval) (struct gfs2_glock *gl, int flags);
240 int (*go_demote_ok) (const struct gfs2_glock *gl);
241 int (*go_lock) (struct gfs2_holder *gh);
242 void (*go_unlock) (struct gfs2_holder *gh);
243 void (*go_dump)(struct seq_file *seq, struct gfs2_glock *gl,
245 void (*go_callback)(struct gfs2_glock *gl, bool remote);
246 const int go_type;
247 const unsigned long go_flags;