Lines Matching refs:gip
1257 struct xfs_inode *gip = mp->m_quotainfo->qi_gquotaip; in xfs_qm_quotacheck() local
1265 ASSERT(uip || gip || pip); in xfs_qm_quotacheck()
1283 if (gip) { in xfs_qm_quotacheck()
1284 error = xfs_qm_dqiterate(mp, gip, XFS_QMOPT_GQUOTA, in xfs_qm_quotacheck()
1485 struct xfs_inode *gip = NULL; in xfs_qm_init_quotainos() local
1508 0, 0, &gip); in xfs_qm_init_quotainos()
1538 if (XFS_IS_GQUOTA_ON(mp) && gip == NULL) { in xfs_qm_init_quotainos()
1539 error = xfs_qm_qino_alloc(mp, &gip, in xfs_qm_init_quotainos()
1554 mp->m_quotainfo->qi_gquotaip = gip; in xfs_qm_init_quotainos()
1562 if (gip) in xfs_qm_init_quotainos()
1563 IRELE(gip); in xfs_qm_init_quotainos()