Home
last modified time | relevance | path

Searched refs:i_gdquot (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_qm.c339 if (XFS_IS_GQUOTA_ON(mp) && !ip->i_gdquot) { in xfs_qm_dqattach_locked()
341 doalloc, &ip->i_gdquot); in xfs_qm_dqattach_locked()
344 ASSERT(ip->i_gdquot); in xfs_qm_dqattach_locked()
389 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach()
399 if (ip->i_gdquot) { in xfs_qm_dqdetach()
400 xfs_qm_dqrele(ip->i_gdquot); in xfs_qm_dqdetach()
401 ip->i_gdquot = NULL; in xfs_qm_dqdetach()
1712 ASSERT(ip->i_gdquot); in xfs_qm_vop_dqalloc()
1713 gq = xfs_qm_dqhold(ip->i_gdquot); in xfs_qm_vop_dqalloc()
1919 ASSERT(ip->i_gdquot == NULL); in xfs_qm_vop_create_dqattach()
[all …]
H A Dxfs_qm_syscalls.c763 ASSERT(ip->i_gdquot == NULL); in xfs_dqrele_inode()
773 if ((*flags & XFS_GQUOTA_ACCT) && ip->i_gdquot) { in xfs_dqrele_inode()
774 xfs_qm_dqrele(ip->i_gdquot); in xfs_dqrele_inode()
775 ip->i_gdquot = NULL; in xfs_dqrele_inode()
H A Dxfs_trans_dquot.c151 if (XFS_IS_GQUOTA_ON(mp) && ip->i_gdquot) in xfs_trans_mod_dquot_byino()
152 (void) xfs_trans_mod_dquot(tp, ip->i_gdquot, field, delta); in xfs_trans_mod_dquot_byino()
822 ip->i_udquot, ip->i_gdquot, in xfs_trans_reserve_quota_nblks()
H A Dxfs_quota.h29 (XFS_IS_GQUOTA_ON(mp) && (ip)->i_gdquot == NULL) || \
H A Dxfs_dquot.h159 return ip->i_gdquot; in xfs_inode_dquot()
H A Dxfs_inode.h28 struct xfs_dquot *i_gdquot; /* group dquot */ member
H A Dxfs_icache.c568 ip->i_gdquot = NULL; in xfs_iget_cache_miss()
H A Dxfs_iops.c773 &ip->i_gdquot, gdqp); in xfs_setattr_nonsize()
H A Dxfs_bmap_util.c882 error = xfs_trans_reserve_quota(tp, mp, ip->i_udquot, ip->i_gdquot, in xfs_unmap_extent()
/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Drepair.c943 if (XFS_IS_GQUOTA_ON(sc->mp) && !sc->ip->i_gdquot) in xrep_ino_dqattach()