Searched refs:gip (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_qm.c | 1297 struct xfs_inode *gip = mp->m_quotainfo->qi_gquotaip; in xfs_qm_quotacheck() local 1302 ASSERT(uip || gip || pip); in xfs_qm_quotacheck() 1320 if (gip) { in xfs_qm_quotacheck() 1321 error = xfs_qm_reset_dqcounts_buf(mp, gip, XFS_DQTYPE_GROUP, in xfs_qm_quotacheck() 1530 struct xfs_inode *gip = NULL; in xfs_qm_init_quotainos() local 1553 0, 0, &gip); in xfs_qm_init_quotainos() 1583 if (XFS_IS_GQUOTA_ON(mp) && gip == NULL) { in xfs_qm_init_quotainos() 1584 error = xfs_qm_qino_alloc(mp, &gip, in xfs_qm_init_quotainos() 1599 mp->m_quotainfo->qi_gquotaip = gip; in xfs_qm_init_quotainos() 1607 if (gip) in xfs_qm_init_quotainos() [all...] |
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_qm.c | 1280 struct xfs_inode *gip = mp->m_quotainfo->qi_gquotaip; in xfs_qm_quotacheck() local 1285 ASSERT(uip || gip || pip); in xfs_qm_quotacheck() 1303 if (gip) { in xfs_qm_quotacheck() 1304 error = xfs_qm_reset_dqcounts_buf(mp, gip, XFS_DQTYPE_GROUP, in xfs_qm_quotacheck() 1499 struct xfs_inode *gip = NULL; in xfs_qm_init_quotainos() local 1522 0, 0, &gip); in xfs_qm_init_quotainos() 1552 if (XFS_IS_GQUOTA_ON(mp) && gip == NULL) { in xfs_qm_init_quotainos() 1553 error = xfs_qm_qino_alloc(mp, &gip, in xfs_qm_init_quotainos() 1568 mp->m_quotainfo->qi_gquotaip = gip; in xfs_qm_init_quotainos() 1576 if (gip) in xfs_qm_init_quotainos() [all...] |
Completed in 4 milliseconds