gfs2_inode_glops  614 fs/gfs2/glops.c const struct gfs2_glock_operations gfs2_inode_glops = {
gfs2_inode_glops  667 fs/gfs2/glops.c 	[LM_TYPE_INODE] = &gfs2_inode_glops,
gfs2_inode_glops   15 fs/gfs2/glops.h extern const struct gfs2_glock_operations gfs2_inode_glops;
gfs2_inode_glops  141 fs/gfs2/inode.c 		error = gfs2_glock_get(sdp, no_addr, &gfs2_inode_glops, CREATE, &ip->i_gl);
gfs2_inode_glops  703 fs/gfs2/inode.c 	error = gfs2_glock_get(sdp, ip->i_no_addr, &gfs2_inode_glops, CREATE, &ip->i_gl);