i_udquot          939 fs/xfs/scrub/repair.c 		if (XFS_IS_UQUOTA_ON(sc->mp) && !sc->ip->i_udquot)
i_udquot         1021 fs/xfs/xfs_bmap_util.c 	error = xfs_trans_reserve_quota(tp, mp, ip->i_udquot, ip->i_gdquot,
i_udquot         1257 fs/xfs/xfs_bmap_util.c 		error = xfs_trans_reserve_quota(tp, mp, ip->i_udquot,
i_udquot          119 fs/xfs/xfs_dquot.h 		return ip->i_udquot;
i_udquot          561 fs/xfs/xfs_icache.c 	ip->i_udquot = NULL;
i_udquot           27 fs/xfs/xfs_inode.h 	struct xfs_dquot	*i_udquot;	/* user dquot */
i_udquot          734 fs/xfs/xfs_iops.c 							&ip->i_udquot, udqp);
i_udquot          327 fs/xfs/xfs_qm.c 	if (XFS_IS_UQUOTA_ON(mp) && !ip->i_udquot) {
i_udquot          329 fs/xfs/xfs_qm.c 				doalloc, &ip->i_udquot);
i_udquot          332 fs/xfs/xfs_qm.c 		ASSERT(ip->i_udquot);
i_udquot          385 fs/xfs/xfs_qm.c 	if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot))
i_udquot          391 fs/xfs/xfs_qm.c 	if (ip->i_udquot) {
i_udquot          392 fs/xfs/xfs_qm.c 		xfs_qm_dqrele(ip->i_udquot);
i_udquot          393 fs/xfs/xfs_qm.c 		ip->i_udquot = NULL;
i_udquot         1675 fs/xfs/xfs_qm.c 			ASSERT(ip->i_udquot);
i_udquot         1676 fs/xfs/xfs_qm.c 			uq = xfs_qm_dqhold(ip->i_udquot);
i_udquot         1816 fs/xfs/xfs_qm.c 			ASSERT(ip->i_udquot);
i_udquot         1817 fs/xfs/xfs_qm.c 			udq_unres = ip->i_udquot;
i_udquot         1917 fs/xfs/xfs_qm.c 		ASSERT(ip->i_udquot == NULL);
i_udquot         1920 fs/xfs/xfs_qm.c 		ip->i_udquot = xfs_qm_dqhold(udqp);
i_udquot          743 fs/xfs/xfs_qm_syscalls.c 		ASSERT(ip->i_udquot == NULL);
i_udquot          750 fs/xfs/xfs_qm_syscalls.c 	if ((flags & XFS_UQUOTA_ACCT) && ip->i_udquot) {
i_udquot          751 fs/xfs/xfs_qm_syscalls.c 		xfs_qm_dqrele(ip->i_udquot);
i_udquot          752 fs/xfs/xfs_qm_syscalls.c 		ip->i_udquot = NULL;
i_udquot           27 fs/xfs/xfs_quota.h 	((XFS_IS_UQUOTA_ON(mp) && (ip)->i_udquot == NULL) || \
i_udquot          142 fs/xfs/xfs_trans_dquot.c 	if (XFS_IS_UQUOTA_ON(mp) && ip->i_udquot)
i_udquot          143 fs/xfs/xfs_trans_dquot.c 		(void) xfs_trans_mod_dquot(tp, ip->i_udquot, field, delta);
i_udquot          819 fs/xfs/xfs_trans_dquot.c 						ip->i_udquot, ip->i_gdquot,