Lines Matching refs:i_udquot
263 * See if we already have it in the inode itself. IO_idqpp is &i_udquot
331 if (XFS_IS_UQUOTA_ON(mp) && !ip->i_udquot) {
333 doalloc, &ip->i_udquot);
336 ASSERT(ip->i_udquot);
389 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot))
395 if (ip->i_udquot) {
396 xfs_qm_dqrele(ip->i_udquot);
397 ip->i_udquot = NULL;
1701 ASSERT(ip->i_udquot);
1702 uq = xfs_qm_dqhold(ip->i_udquot);
1919 ASSERT(ip->i_udquot == NULL);
1922 ip->i_udquot = xfs_qm_dqhold(udqp);