Lines Matching refs:i_udquot
343 if (XFS_IS_UQUOTA_ON(mp) && !ip->i_udquot) { in xfs_qm_dqattach_locked()
346 &ip->i_udquot); in xfs_qm_dqattach_locked()
349 ASSERT(ip->i_udquot); in xfs_qm_dqattach_locked()
405 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach()
411 if (ip->i_udquot) { in xfs_qm_dqdetach()
412 xfs_qm_dqrele(ip->i_udquot); in xfs_qm_dqdetach()
413 ip->i_udquot = NULL; in xfs_qm_dqdetach()
1671 ASSERT(ip->i_udquot); in xfs_qm_vop_dqalloc()
1672 uq = xfs_qm_dqhold(ip->i_udquot); in xfs_qm_vop_dqalloc()
1818 ASSERT(ip->i_udquot); in xfs_qm_vop_chown_reserve()
1819 udq_unres = ip->i_udquot; in xfs_qm_vop_chown_reserve()
1919 ASSERT(ip->i_udquot == NULL); in xfs_qm_vop_create_dqattach()
1922 ip->i_udquot = xfs_qm_dqhold(udqp); in xfs_qm_vop_create_dqattach()