Searched refs:glops (Results 1 – 4 of 4) sorted by relevance
204 const struct gfs2_glock_operations *glops = gl->gl_ops; in demote_ok() local216 if (glops->go_demote_ok) in demote_ok()217 return glops->go_demote_ok(gl); in demote_ok()496 const struct gfs2_glock_operations *glops = gl->gl_ops; in gfs2_instantiate() local520 ret = glops->go_instantiate(gl); in gfs2_instantiate()528 if (glops->go_held) in gfs2_instantiate()529 return glops->go_held(gh); in gfs2_instantiate()643 const struct gfs2_glock_operations *glops = gl->gl_ops; in finish_xmote() local702 if (glops->go_xmote_bh) { in finish_xmote()706 rv = glops->go_xmote_bh(gl); in finish_xmote()[all …]
5 glops.o log.o lops.o main.o meta_io.o \
295 const struct gfs2_glock_operations *glops; in demote_rq_store() local322 glops = &gfs2_freeze_glops; in demote_rq_store()324 glops = gfs2_glops_list[gltype]; in demote_rq_store()325 if (glops == NULL) in demote_rq_store()329 rv = gfs2_glock_get(sdp, glnum, glops, 0, &gl); in demote_rq_store()
197 const struct gfs2_glock_operations *glops,224 const struct gfs2_glock_operations *glops,