Searched refs:glops (Results 1 – 4 of 4) sorted by relevance
150 const struct gfs2_glock_operations *glops = gl->gl_ops; in demote_ok() local156 if (glops->go_demote_ok) in demote_ok()157 return glops->go_demote_ok(gl); in demote_ok()313 const struct gfs2_glock_operations *glops = gl->gl_ops; in do_promote() local323 glops->go_lock) { in do_promote()326 ret = glops->go_lock(gh); in do_promote()420 const struct gfs2_glock_operations *glops = gl->gl_ops; in finish_xmote() local477 if (glops->go_xmote_bh) { in finish_xmote()479 rv = glops->go_xmote_bh(gl, gh); in finish_xmote()508 const struct gfs2_glock_operations *glops = gl->gl_ops; in do_xmote() local[all …]
182 const struct gfs2_glock_operations *glops,197 const struct gfs2_glock_operations *glops,
4 glops.o log.o lops.o main.o meta_io.o \
217 const struct gfs2_glock_operations *glops; in demote_rq_store() local244 glops = &gfs2_freeze_glops; in demote_rq_store()246 glops = gfs2_glops_list[gltype]; in demote_rq_store()247 if (glops == NULL) in demote_rq_store()251 rv = gfs2_glock_get(sdp, glnum, glops, 0, &gl); in demote_rq_store()