Lines Matching refs:glops

196 	const struct gfs2_glock_operations *glops = gl->gl_ops;  in demote_ok()  local
202 if (glops->go_demote_ok) in demote_ok()
203 return glops->go_demote_ok(gl); in demote_ok()
382 const struct gfs2_glock_operations *glops = gl->gl_ops; in do_promote() local
392 glops->go_lock) { in do_promote()
395 ret = glops->go_lock(gh); in do_promote()
495 const struct gfs2_glock_operations *glops = gl->gl_ops; in finish_xmote() local
553 if (glops->go_xmote_bh) { in finish_xmote()
555 rv = glops->go_xmote_bh(gl, gh); in finish_xmote()
584 const struct gfs2_glock_operations *glops = gl->gl_ops; in do_xmote() local
597 glops->go_inval) { in do_xmote()
615 if (glops->go_sync) { in do_xmote()
616 ret = glops->go_sync(gl); in do_xmote()
643 glops->go_inval(gl, target == LM_ST_DEFERRED ? 0 : DIO_METADATA); in do_xmote()
996 const struct gfs2_glock_operations *glops, int create, in gfs2_glock_get() argument
1001 .ln_type = glops->go_type, in gfs2_glock_get()
1016 if (glops->go_flags & GLOF_ASPACE) in gfs2_glock_get()
1026 if (glops->go_flags & GLOF_LVB) { in gfs2_glock_get()
1038 lockdep_set_subclass(&gl->gl_lockref.lock, glops->go_subclass); in gfs2_glock_get()
1043 gl->gl_ops = glops; in gfs2_glock_get()
1047 gl->gl_stats = this_cpu_ptr(sdp->sd_lkstats)->lkstats[glops->go_type]; in gfs2_glock_get()
1523 const struct gfs2_glock_operations *glops, in gfs2_glock_nq_num() argument
1529 error = gfs2_glock_get(sdp, number, glops, CREATE, &gl); in gfs2_glock_nq_num()
2145 const struct gfs2_glock_operations *glops = gl->gl_ops; in gfs2_dump_glock() local
2180 if (gl->gl_state != LM_ST_UNLOCKED && glops->go_dump) in gfs2_dump_glock()
2181 glops->go_dump(seq, gl, fs_id_buf); in gfs2_dump_glock()