Searched refs:glops (Results 1 – 4 of 4) sorted by relevance
210 if (glops->go_demote_ok) in demote_ok()211 return glops->go_demote_ok(gl); in demote_ok()454 ret = glops->go_instantiate(gl); in gfs2_instantiate()462 if (glops->go_held) in gfs2_instantiate()463 return glops->go_held(gh); in gfs2_instantiate()632 if (glops->go_xmote_bh) { in finish_xmote()636 rv = glops->go_xmote_bh(gl); in finish_xmote()687 glops->go_inval) { in do_xmote()705 if (glops->go_sync) { in do_xmote()706 ret = glops->go_sync(gl); in do_xmote()[all …]
5 glops.o log.o lops.o main.o meta_io.o \
194 const struct gfs2_glock_operations *glops,221 const struct gfs2_glock_operations *glops,
297 const struct gfs2_glock_operations *glops; in demote_rq_store() local324 glops = &gfs2_freeze_glops; in demote_rq_store()326 glops = gfs2_glops_list[gltype]; in demote_rq_store()327 if (glops == NULL) in demote_rq_store()331 rv = gfs2_glock_get(sdp, glnum, glops, 0, &gl); in demote_rq_store()
Completed in 11 milliseconds