Searched defs:gfs2_glock_operations (Results 1 – 1 of 1) sorted by relevance
193 struct gfs2_glock_operations { struct194 void (*go_xmote_th) (struct gfs2_glock *gl);195 int (*go_xmote_bh) (struct gfs2_glock *gl, struct gfs2_holder *gh);196 void (*go_inval) (struct gfs2_glock *gl, int flags);197 int (*go_demote_ok) (const struct gfs2_glock *gl);198 int (*go_lock) (struct gfs2_holder *gh);199 void (*go_unlock) (struct gfs2_holder *gh);200 int (*go_dump)(struct seq_file *seq, const struct gfs2_glock *gl);201 void (*go_callback) (struct gfs2_glock *gl);202 const int go_type;[all …]