go_flags          128 fs/gfs2/glock.c 	if (gl->gl_ops->go_flags & GLOF_ASPACE) {
go_flags          184 fs/gfs2/glock.c 	if (!(gl->gl_ops->go_flags & GLOF_LRU))
go_flags          202 fs/gfs2/glock.c 	if (!(gl->gl_ops->go_flags & GLOF_LRU))
go_flags          812 fs/gfs2/glock.c 	if (glops->go_flags & GLOF_ASPACE)
go_flags          822 fs/gfs2/glock.c 	if (glops->go_flags & GLOF_LVB) {
go_flags          174 fs/gfs2/glock.h 	if (gl->gl_ops->go_flags & GLOF_ASPACE)
go_flags          621 fs/gfs2/glops.c 	.go_flags = GLOF_ASPACE | GLOF_LRU,
go_flags          631 fs/gfs2/glops.c 	.go_flags = GLOF_LVB,
go_flags          644 fs/gfs2/glops.c 	.go_flags = GLOF_LRU,
go_flags          649 fs/gfs2/glops.c 	.go_flags = GLOF_LRU,
go_flags          658 fs/gfs2/glops.c 	.go_flags = GLOF_LVB | GLOF_LRU,
go_flags          247 fs/gfs2/incore.h 	const unsigned long go_flags;