Searched refs:i_udquot (Results 1 – 7 of 7) sorted by relevance
327 if (XFS_IS_UQUOTA_ON(mp) && !ip->i_udquot) { in xfs_qm_dqattach_locked() 329 doalloc, &ip->i_udquot); in xfs_qm_dqattach_locked() 332 ASSERT(ip->i_udquot); in xfs_qm_dqattach_locked() 387 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach() 393 if (ip->i_udquot) { in xfs_qm_dqdetach() 394 xfs_qm_dqrele(ip->i_udquot); in xfs_qm_dqdetach() 395 ip->i_udquot = NULL; in xfs_qm_dqdetach() 1904 ASSERT(ip->i_udquot); in xfs_qm_vop_dqalloc() 1905 uq = xfs_qm_dqhold(ip->i_udquot); in xfs_qm_vop_dqalloc() 2078 ASSERT(ip->i_udquot in xfs_qm_vop_create_dqattach() [all...]
28 ((XFS_IS_UQUOTA_ON(mp) && (ip)->i_udquot == NULL) || \
130 (req->ip1->i_udquot == req->ip2->i_udquot && in xfs_exchrange_reserve_quota()
28 struct xfs_dquot *i_udquot; /* user dquot */ member
719 ip->i_udquot = NULL; in xfs_iget_cache_miss() 1044 ASSERT(!ip->i_udquot && !ip->i_gdquot && !ip->i_pdquot); in xfs_reclaim_inode()
851 old_udqp = xfs_qm_vop_chown(tp, ip, &ip->i_udquot, udqp); in xfs_setattr_nonsize()
772 (req->ip1->i_udquot == req->ip2->i_udquot && in xrep_tempexch_reserve_quota()