Home
last modified time | relevance | path

Searched refs:udqp (Results 1 – 6 of 6) sorted by relevance

/fs/xfs/
Dxfs_symlink.c159 struct xfs_dquot *udqp = NULL; in xfs_symlink() local
186 &udqp, &gdqp, &pdqp); in xfs_symlink()
218 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_symlink()
244 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_symlink()
327 xfs_qm_dqrele(udqp); in xfs_symlink()
347 xfs_qm_dqrele(udqp); in xfs_symlink()
Dxfs_quota.h114 prid_t prid, uint flags, struct xfs_dquot **udqp, in xfs_qm_vop_dqalloc() argument
117 *udqp = NULL; in xfs_qm_vop_dqalloc()
133 struct xfs_mount *mp, struct xfs_dquot *udqp, in xfs_trans_reserve_quota_bydquots() argument
Dxfs_iops.c633 struct xfs_dquot *udqp = NULL, *gdqp = NULL; in xfs_setattr_nonsize() local
667 ASSERT(udqp == NULL); in xfs_setattr_nonsize()
670 qflags, &udqp, &gdqp, NULL); in xfs_setattr_nonsize()
705 error = xfs_qm_vop_chown_reserve(tp, ip, udqp, gdqp, in xfs_setattr_nonsize()
719 ASSERT(udqp); in xfs_setattr_nonsize()
721 &ip->i_udquot, udqp); in xfs_setattr_nonsize()
752 xfs_qm_dqrele(udqp); in xfs_setattr_nonsize()
777 xfs_qm_dqrele(udqp); in xfs_setattr_nonsize()
Dxfs_trans_dquot.c749 struct xfs_dquot *udqp, in xfs_trans_reserve_quota_bydquots() argument
766 if (udqp) { in xfs_trans_reserve_quota_bydquots()
767 error = xfs_trans_dqresv(tp, mp, udqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
795 if (udqp) in xfs_trans_reserve_quota_bydquots()
796 xfs_trans_dqresv(tp, mp, udqp, -nblks, -ninos, flags); in xfs_trans_reserve_quota_bydquots()
Dxfs_qm.c1834 struct xfs_dquot *udqp, in xfs_qm_vop_chown_reserve() argument
1851 if (XFS_IS_UQUOTA_ON(mp) && udqp && in xfs_qm_vop_chown_reserve()
1852 i_uid_read(VFS_I(ip)) != udqp->q_id) in xfs_qm_vop_chown_reserve()
1853 udq_delblks = udqp; in xfs_qm_vop_chown_reserve()
1907 struct xfs_dquot *udqp, in xfs_qm_vop_create_dqattach() argument
1918 if (udqp && XFS_IS_UQUOTA_ON(mp)) { in xfs_qm_vop_create_dqattach()
1920 ASSERT(i_uid_read(VFS_I(ip)) == udqp->q_id); in xfs_qm_vop_create_dqattach()
1922 ip->i_udquot = xfs_qm_dqhold(udqp); in xfs_qm_vop_create_dqattach()
1923 xfs_trans_mod_dquot(tp, udqp, XFS_TRANS_DQ_ICOUNT, 1); in xfs_qm_vop_create_dqattach()
Dxfs_inode.c1124 struct xfs_dquot *udqp = NULL; in xfs_create() local
1142 &udqp, &gdqp, &pdqp); in xfs_create()
1175 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_create()
1229 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create()
1235 xfs_qm_dqrele(udqp); in xfs_create()
1255 xfs_qm_dqrele(udqp); in xfs_create()
1275 struct xfs_dquot *udqp = NULL; in xfs_create_tmpfile() local
1291 &udqp, &gdqp, &pdqp); in xfs_create_tmpfile()
1302 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_create_tmpfile()
1319 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create_tmpfile()
[all …]