Searched refs:ginode (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/fs/gfs2/
H A Ddentry.c114 struct gfs2_inode *ginode; gfs2_dentry_delete() local
119 ginode = GFS2_I(d_inode(dentry)); gfs2_dentry_delete()
120 if (!ginode->i_iopen_gh.gh_gl) gfs2_dentry_delete()
123 if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags)) gfs2_dentry_delete()
/linux-4.4.14/fs/ocfs2/
H A Dquota_local.c170 struct inode *ginode = NULL; ocfs2_local_check_quota_file() local
199 ginode = ocfs2_get_system_file_inode(OCFS2_SB(sb), ino[type], ocfs2_local_check_quota_file()
201 if (!ginode) { ocfs2_local_check_quota_file()
207 status = ocfs2_read_quota_block(ginode, 0, &bh); ocfs2_local_check_quota_file()
232 iput(ginode); ocfs2_local_check_quota_file()

Completed in 92 milliseconds