Home
last modified time | relevance | path

Searched refs:i_udquot (Results 1 – 9 of 9) sorted by relevance

/linux/fs/xfs/
A Dxfs_qm.c327 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()
385 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach()
391 if (ip->i_udquot) { in xfs_qm_dqdetach()
392 xfs_qm_dqrele(ip->i_udquot); in xfs_qm_dqdetach()
393 ip->i_udquot = NULL; in xfs_qm_dqdetach()
1693 ASSERT(ip->i_udquot); in xfs_qm_vop_dqalloc()
1694 uq = xfs_qm_dqhold(ip->i_udquot); in xfs_qm_vop_dqalloc()
1863 ASSERT(ip->i_udquot == NULL); in xfs_qm_vop_create_dqattach()
[all …]
A Dxfs_trans_dquot.c139 if (XFS_IS_UQUOTA_ON(mp) && ip->i_udquot) in xfs_trans_mod_dquot_byino()
140 (void) xfs_trans_mod_dquot(tp, ip->i_udquot, field, delta); in xfs_trans_mod_dquot_byino()
807 error = xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot, in xfs_trans_reserve_quota_nblks()
814 error = xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot, in xfs_trans_reserve_quota_nblks()
818 xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot, in xfs_trans_reserve_quota_nblks()
A Dxfs_quota.h28 ((XFS_IS_UQUOTA_ON(mp) && (ip)->i_udquot == NULL) || \
A Dxfs_dquot.h167 return ip->i_udquot; in xfs_inode_dquot()
A Dxfs_inode.h27 struct xfs_dquot *i_udquot; /* user dquot */ member
A Dxfs_icache.c655 ip->i_udquot = NULL; in xfs_iget_cache_miss()
930 ASSERT(!ip->i_udquot && !ip->i_gdquot && !ip->i_pdquot); in xfs_reclaim_inode()
A Dxfs_trans.c1169 udqp = (new_udqp != ip->i_udquot) ? new_udqp : NULL; in xfs_trans_alloc_ichange()
A Dxfs_iops.c785 &ip->i_udquot, udqp); in xfs_setattr_nonsize()
/linux/fs/xfs/scrub/
A Drepair.c946 if (XFS_IS_UQUOTA_ON(sc->mp) && !sc->ip->i_udquot) in xrep_ino_dqattach()

Completed in 19 milliseconds