Searched refs:gip (Results 1 – 1 of 1) sorted by relevance
1258 struct xfs_inode *gip = mp->m_quotainfo->qi_gquotaip; in xfs_qm_quotacheck() local1266 ASSERT(uip || gip || pip); in xfs_qm_quotacheck()1284 if (gip) { in xfs_qm_quotacheck()1285 error = xfs_qm_dqiterate(mp, gip, XFS_QMOPT_GQUOTA, in xfs_qm_quotacheck()1486 struct xfs_inode *gip = NULL; in xfs_qm_init_quotainos() local1509 0, 0, &gip); in xfs_qm_init_quotainos()1539 if (XFS_IS_GQUOTA_ON(mp) && gip == NULL) { in xfs_qm_init_quotainos()1540 error = xfs_qm_qino_alloc(mp, &gip, in xfs_qm_init_quotainos()1555 mp->m_quotainfo->qi_gquotaip = gip; in xfs_qm_init_quotainos()1563 if (gip) in xfs_qm_init_quotainos()[all …]