Lines Matching refs:i_udquot
331 if (XFS_IS_UQUOTA_ON(mp) && !ip->i_udquot) { in xfs_qm_dqattach_locked()
333 doalloc, &ip->i_udquot); in xfs_qm_dqattach_locked()
336 ASSERT(ip->i_udquot); in xfs_qm_dqattach_locked()
389 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach()
395 if (ip->i_udquot) { in xfs_qm_dqdetach()
396 xfs_qm_dqrele(ip->i_udquot); in xfs_qm_dqdetach()
397 ip->i_udquot = NULL; in xfs_qm_dqdetach()
1701 ASSERT(ip->i_udquot); in xfs_qm_vop_dqalloc()
1702 uq = xfs_qm_dqhold(ip->i_udquot); in xfs_qm_vop_dqalloc()
1841 ASSERT(ip->i_udquot); in xfs_qm_vop_chown_reserve()
1842 udq_unres = ip->i_udquot; in xfs_qm_vop_chown_reserve()
1942 ASSERT(ip->i_udquot == NULL); in xfs_qm_vop_create_dqattach()
1945 ip->i_udquot = xfs_qm_dqhold(udqp); in xfs_qm_vop_create_dqattach()