Searched refs:i_gdquot (Results 1 – 9 of 9) sorted by relevance
/fs/xfs/ |
D | xfs_qm.c | 335 if (XFS_IS_GQUOTA_ON(mp) && !ip->i_gdquot) { in xfs_qm_dqattach_locked() 337 doalloc, &ip->i_gdquot); in xfs_qm_dqattach_locked() 340 ASSERT(ip->i_gdquot); in xfs_qm_dqattach_locked() 385 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach() 395 if (ip->i_gdquot) { in xfs_qm_dqdetach() 396 xfs_qm_dqrele(ip->i_gdquot); in xfs_qm_dqdetach() 397 ip->i_gdquot = NULL; in xfs_qm_dqdetach() 1725 ASSERT(ip->i_gdquot); in xfs_qm_vop_dqalloc() 1726 gq = xfs_qm_dqhold(ip->i_gdquot); in xfs_qm_vop_dqalloc() 1884 ASSERT(ip->i_gdquot == NULL); in xfs_qm_vop_create_dqattach() [all …]
|
D | xfs_trans_dquot.c | 141 if (XFS_IS_GQUOTA_ON(mp) && ip->i_gdquot) in xfs_trans_mod_dquot_byino() 142 (void) xfs_trans_mod_dquot(tp, ip->i_gdquot, field, delta); in xfs_trans_mod_dquot_byino() 807 ip->i_gdquot, ip->i_pdquot, dblocks, 0, in xfs_trans_reserve_quota_nblks() 814 ip->i_gdquot, ip->i_pdquot, rblocks, 0, in xfs_trans_reserve_quota_nblks() 818 ip->i_gdquot, ip->i_pdquot, -dblocks, 0, in xfs_trans_reserve_quota_nblks()
|
D | xfs_dquot.h | 169 return ip->i_gdquot; in xfs_inode_dquot()
|
D | xfs_quota.h | 29 (XFS_IS_GQUOTA_ON(mp) && (ip)->i_gdquot == NULL) || \
|
D | xfs_inode.h | 28 struct xfs_dquot *i_gdquot; /* group dquot */ member
|
D | xfs_icache.c | 682 ip->i_gdquot = NULL; in xfs_iget_cache_miss() 956 ASSERT(!ip->i_udquot && !ip->i_gdquot && !ip->i_pdquot); in xfs_reclaim_inode()
|
D | xfs_trans.c | 1170 gdqp = (new_gdqp != ip->i_gdquot) ? new_gdqp : NULL; in xfs_trans_alloc_ichange()
|
D | xfs_iops.c | 733 &ip->i_gdquot, gdqp); in xfs_setattr_nonsize()
|
/fs/xfs/scrub/ |
D | repair.c | 948 if (XFS_IS_GQUOTA_ON(sc->mp) && !sc->ip->i_gdquot) in xrep_ino_dqattach()
|