ginode             88 fs/gfs2/dentry.c 	struct gfs2_inode *ginode;
ginode             93 fs/gfs2/dentry.c 	ginode = GFS2_I(d_inode(dentry));
ginode             94 fs/gfs2/dentry.c 	if (!gfs2_holder_initialized(&ginode->i_iopen_gh))
ginode             97 fs/gfs2/dentry.c 	if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags))
ginode            170 fs/ocfs2/quota_local.c 	struct inode *ginode = NULL;
ginode            199 fs/ocfs2/quota_local.c 	ginode = ocfs2_get_system_file_inode(OCFS2_SB(sb), ino[type],
ginode            201 fs/ocfs2/quota_local.c 	if (!ginode) {
ginode            207 fs/ocfs2/quota_local.c 	status = ocfs2_read_quota_block(ginode, 0, &bh);
ginode            232 fs/ocfs2/quota_local.c 	iput(ginode);