Home
last modified time | relevance | path

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

/linux/fs/gfs2/
A Dincore.h217 struct gfs2_glock_operations { struct
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_holder *gh);
225 void (*go_callback)(struct gfs2_glock *gl, bool remote);
226 void (*go_free)(struct gfs2_glock *gl);
227 const int go_subclass;
228 const int go_type;
[all …]

Completed in 10 milliseconds