Searched refs:gip (Results 1 – 1 of 1) sorted by relevance
1558 struct xfs_inode *gip = mp->m_quotainfo->qi_gquotaip; in xfs_qm_quotacheck() local1563 ASSERT(uip || gip || pip); in xfs_qm_quotacheck()1581 if (gip) { in xfs_qm_quotacheck()1582 error = xfs_qm_reset_dqcounts_buf(mp, gip, XFS_DQTYPE_GROUP, in xfs_qm_quotacheck()1833 struct xfs_inode *gip = NULL; in xfs_qm_init_quotainos() local1854 error = xfs_qm_qino_load(mp, XFS_DQTYPE_GROUP, &gip); in xfs_qm_init_quotainos()1883 if (XFS_IS_GQUOTA_ON(mp) && gip == NULL) { in xfs_qm_init_quotainos()1884 error = xfs_qm_qino_alloc(mp, &gip, in xfs_qm_init_quotainos()1899 mp->m_quotainfo->qi_gquotaip = gip; in xfs_qm_init_quotainos()1907 if (gip) in xfs_qm_init_quotainos()[all …]