glops 170 fs/gfs2/glock.c const struct gfs2_glock_operations *glops = gl->gl_ops; glops 176 fs/gfs2/glock.c if (glops->go_demote_ok) glops 177 fs/gfs2/glock.c return glops->go_demote_ok(gl); glops 351 fs/gfs2/glock.c const struct gfs2_glock_operations *glops = gl->gl_ops; glops 361 fs/gfs2/glock.c glops->go_lock) { glops 364 fs/gfs2/glock.c ret = glops->go_lock(gh); glops 458 fs/gfs2/glock.c const struct gfs2_glock_operations *glops = gl->gl_ops; glops 516 fs/gfs2/glock.c if (glops->go_xmote_bh) { glops 518 fs/gfs2/glock.c rv = glops->go_xmote_bh(gl, gh); glops 547 fs/gfs2/glock.c const struct gfs2_glock_operations *glops = gl->gl_ops; glops 560 fs/gfs2/glock.c glops->go_inval) { glops 571 fs/gfs2/glock.c if (glops->go_sync) glops 572 fs/gfs2/glock.c glops->go_sync(gl); glops 574 fs/gfs2/glock.c glops->go_inval(gl, target == LM_ST_DEFERRED ? 0 : DIO_METADATA); glops 792 fs/gfs2/glock.c const struct gfs2_glock_operations *glops, int create, glops 797 fs/gfs2/glock.c .ln_type = glops->go_type, glops 812 fs/gfs2/glock.c if (glops->go_flags & GLOF_ASPACE) glops 822 fs/gfs2/glock.c if (glops->go_flags & GLOF_LVB) { glops 838 fs/gfs2/glock.c gl->gl_ops = glops; glops 842 fs/gfs2/glock.c gl->gl_stats = this_cpu_ptr(sdp->sd_lkstats)->lkstats[glops->go_type]; glops 1238 fs/gfs2/glock.c const struct gfs2_glock_operations *glops = gl->gl_ops; glops 1249 fs/gfs2/glock.c if (glops->go_unlock) { glops 1252 fs/gfs2/glock.c glops->go_unlock(gh); glops 1309 fs/gfs2/glock.c const struct gfs2_glock_operations *glops, glops 1315 fs/gfs2/glock.c error = gfs2_glock_get(sdp, number, glops, CREATE, &gl); glops 1884 fs/gfs2/glock.c const struct gfs2_glock_operations *glops = gl->gl_ops; glops 1912 fs/gfs2/glock.c if (gl->gl_state != LM_ST_UNLOCKED && glops->go_dump) glops 1913 fs/gfs2/glock.c glops->go_dump(seq, gl, fs_id_buf); glops 180 fs/gfs2/glock.h const struct gfs2_glock_operations *glops, glops 198 fs/gfs2/glock.h const struct gfs2_glock_operations *glops, glops 229 fs/gfs2/sys.c const struct gfs2_glock_operations *glops; glops 256 fs/gfs2/sys.c glops = &gfs2_freeze_glops; glops 258 fs/gfs2/sys.c glops = gfs2_glops_list[gltype]; glops 259 fs/gfs2/sys.c if (glops == NULL) glops 263 fs/gfs2/sys.c rv = gfs2_glock_get(sdp, glnum, glops, 0, &gl);