Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/gfs2/
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_glock *gl);
223 int (*go_held)(struct gfs2_holder *gh);
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);
[all …]
/kernel/linux/linux-5.10/fs/gfs2/
Dincore.h240 struct gfs2_glock_operations { struct
241 int (*go_sync) (struct gfs2_glock *gl);
242 int (*go_xmote_bh) (struct gfs2_glock *gl, struct gfs2_holder *gh);
243 void (*go_inval) (struct gfs2_glock *gl, int flags);
244 int (*go_demote_ok) (const struct gfs2_glock *gl);
245 int (*go_lock) (struct gfs2_holder *gh);
246 void (*go_dump)(struct seq_file *seq, struct gfs2_glock *gl,
248 void (*go_callback)(struct gfs2_glock *gl, bool remote);
249 void (*go_free)(struct gfs2_glock *gl);
250 const int go_subclass;
[all …]