go_type           797 fs/gfs2/glock.c 				    .ln_type = glops->go_type,
go_type           842 fs/gfs2/glock.c 	gl->gl_stats = this_cpu_ptr(sdp->sd_lkstats)->lkstats[glops->go_type];
go_type          1131 fs/gfs2/glock.c 		    (gh->gh_gl->gl_ops->go_type != LM_TYPE_FLOCK)))
go_type          1342 fs/gfs2/glock.c 	BUG_ON(gh_a->gh_gl->gl_ops->go_type == gh_b->gh_gl->gl_ops->go_type);
go_type           611 fs/gfs2/glops.c 	.go_type = LM_TYPE_META,
go_type           620 fs/gfs2/glops.c 	.go_type = LM_TYPE_INODE,
go_type           630 fs/gfs2/glops.c 	.go_type = LM_TYPE_RGRP,
go_type           638 fs/gfs2/glops.c 	.go_type = LM_TYPE_NONDISK,
go_type           642 fs/gfs2/glops.c 	.go_type = LM_TYPE_IOPEN,
go_type           648 fs/gfs2/glops.c 	.go_type = LM_TYPE_FLOCK,
go_type           653 fs/gfs2/glops.c 	.go_type = LM_TYPE_NONDISK,
go_type           657 fs/gfs2/glops.c 	.go_type = LM_TYPE_QUOTA,
go_type           662 fs/gfs2/glops.c 	.go_type = LM_TYPE_JOURNAL,
go_type           246 fs/gfs2/incore.h 	const int go_type;