Home
last modified time | relevance | path

Searched defs:gfs2_glock_operations (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/fs/gfs2/
Dincore.h215 struct gfs2_glock_operations { struct
216 void (*go_sync) (struct gfs2_glock *gl);
217 int (*go_xmote_bh) (struct gfs2_glock *gl, struct gfs2_holder *gh);
218 void (*go_inval) (struct gfs2_glock *gl, int flags);
219 int (*go_demote_ok) (const struct gfs2_glock *gl);
220 int (*go_lock) (struct gfs2_holder *gh);
221 void (*go_unlock) (struct gfs2_holder *gh);
222 void (*go_dump)(struct seq_file *seq, const struct gfs2_glock *gl);
223 void (*go_callback)(struct gfs2_glock *gl, bool remote);
224 const int go_type;
[all …]