Lines Matching refs:i_udquot
261 * See if we already have it in the inode itself. IO_idqpp is &i_udquot
327 if (XFS_IS_UQUOTA_ON(mp) && !ip->i_udquot) {
329 doalloc, &ip->i_udquot);
332 ASSERT(ip->i_udquot);
385 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot))
391 if (ip->i_udquot) {
392 xfs_qm_dqrele(ip->i_udquot);
393 ip->i_udquot = NULL;
1732 ASSERT(ip->i_udquot);
1733 uq = xfs_qm_dqhold(ip->i_udquot);
1902 ASSERT(ip->i_udquot == NULL);
1905 ip->i_udquot = xfs_qm_dqhold(udqp);