Lines Matching refs:glops

197 	const struct gfs2_glock_operations *glops = gl->gl_ops;  in demote_ok()  local
209 if (glops->go_demote_ok) in demote_ok()
210 return glops->go_demote_ok(gl); in demote_ok()
488 const struct gfs2_glock_operations *glops = gl->gl_ops; in gfs2_instantiate() local
512 ret = glops->go_instantiate(gh); in gfs2_instantiate()
658 const struct gfs2_glock_operations *glops = gl->gl_ops; in finish_xmote() local
716 if (glops->go_xmote_bh) { in finish_xmote()
718 rv = glops->go_xmote_bh(gl); in finish_xmote()
757 const struct gfs2_glock_operations *glops = gl->gl_ops; in do_xmote() local
770 glops->go_inval) { in do_xmote()
788 if (glops->go_sync) { in do_xmote()
789 ret = glops->go_sync(gl); in do_xmote()
816 glops->go_inval(gl, target == LM_ST_DEFERRED ? 0 : DIO_METADATA); in do_xmote()
1154 const struct gfs2_glock_operations *glops, int create, in gfs2_glock_get() argument
1159 .ln_type = glops->go_type, in gfs2_glock_get()
1174 if (glops->go_flags & GLOF_ASPACE) in gfs2_glock_get()
1184 if (glops->go_flags & GLOF_LVB) { in gfs2_glock_get()
1194 gl->gl_flags = glops->go_instantiate ? BIT(GLF_INSTANTIATE_NEEDED) : 0; in gfs2_glock_get()
1196 lockdep_set_subclass(&gl->gl_lockref.lock, glops->go_subclass); in gfs2_glock_get()
1201 gl->gl_ops = glops; in gfs2_glock_get()
1205 gl->gl_stats = this_cpu_ptr(sdp->sd_lkstats)->lkstats[glops->go_type]; in gfs2_glock_get()
1734 const struct gfs2_glock_operations *glops, in gfs2_glock_nq_num() argument
1740 error = gfs2_glock_get(sdp, number, glops, CREATE, &gl); in gfs2_glock_nq_num()
2392 const struct gfs2_glock_operations *glops = gl->gl_ops; in gfs2_dump_glock() local
2427 if (gl->gl_state != LM_ST_UNLOCKED && glops->go_dump) in gfs2_dump_glock()
2428 glops->go_dump(seq, gl, fs_id_buf); in gfs2_dump_glock()