Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/
Dxfs_quota.h90 struct xfs_dquot *udqp, struct xfs_dquot *gdqp,
120 prid_t prid, uint flags, struct xfs_dquot **udqp, in xfs_qm_vop_dqalloc() argument
123 *udqp = NULL; in xfs_qm_vop_dqalloc()
140 struct xfs_mount *mp, struct xfs_dquot *udqp, in xfs_trans_reserve_quota_bydquots() argument
154 xfs_trans_reserve_quota_icreate(struct xfs_trans *tp, struct xfs_dquot *udqp, in xfs_trans_reserve_quota_icreate() argument
Dxfs_symlink.c170 struct xfs_dquot *udqp = NULL; in xfs_symlink() local
199 &udqp, &gdqp, &pdqp); in xfs_symlink()
213 error = xfs_trans_alloc_icreate(mp, &M_RES(mp)->tr_symlink, udqp, gdqp, in xfs_symlink()
253 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_symlink()
335 xfs_qm_dqrele(udqp); in xfs_symlink()
355 xfs_qm_dqrele(udqp); in xfs_symlink()
Dxfs_trans_dquot.c729 struct xfs_dquot *udqp, in xfs_trans_reserve_quota_bydquots() argument
743 if (udqp) { in xfs_trans_reserve_quota_bydquots()
744 error = xfs_trans_dqresv(tp, mp, udqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
772 if (udqp) in xfs_trans_reserve_quota_bydquots()
773 xfs_trans_dqresv(tp, mp, udqp, -nblks, -ninos, flags); in xfs_trans_reserve_quota_bydquots()
829 struct xfs_dquot *udqp, in xfs_trans_reserve_quota_icreate() argument
839 return xfs_trans_reserve_quota_bydquots(tp, mp, udqp, gdqp, pdqp, in xfs_trans_reserve_quota_icreate()
Dxfs_trans.c1144 struct xfs_dquot *udqp, in xfs_trans_alloc_icreate() argument
1159 error = xfs_trans_reserve_quota_icreate(tp, udqp, gdqp, pdqp, dblocks); in xfs_trans_alloc_icreate()
1162 xfs_blockgc_free_dquots(mp, udqp, gdqp, pdqp, 0); in xfs_trans_alloc_icreate()
1195 struct xfs_dquot *udqp; in xfs_trans_alloc_ichange() local
1222 udqp = (new_udqp != ip->i_udquot) ? new_udqp : NULL; in xfs_trans_alloc_ichange()
1225 if (udqp || gdqp || pdqp) { in xfs_trans_alloc_ichange()
1237 error = xfs_trans_reserve_quota_bydquots(tp, mp, udqp, gdqp, in xfs_trans_alloc_ichange()
1242 xfs_blockgc_free_dquots(mp, udqp, gdqp, pdqp, 0); in xfs_trans_alloc_ichange()
Dxfs_iops.c653 struct xfs_dquot *udqp = NULL, *gdqp = NULL; in xfs_setattr_nonsize() local
687 ASSERT(udqp == NULL); in xfs_setattr_nonsize()
690 qflags, &udqp, &gdqp, NULL); in xfs_setattr_nonsize()
695 error = xfs_trans_alloc_ichange(ip, udqp, gdqp, NULL, in xfs_setattr_nonsize()
709 ASSERT(udqp); in xfs_setattr_nonsize()
710 old_udqp = xfs_qm_vop_chown(tp, ip, &ip->i_udquot, udqp); in xfs_setattr_nonsize()
733 xfs_qm_dqrele(udqp); in xfs_setattr_nonsize()
755 xfs_qm_dqrele(udqp); in xfs_setattr_nonsize()
Dxfs_inode.c964 struct xfs_dquot *udqp = NULL; in xfs_create() local
984 &udqp, &gdqp, &pdqp); in xfs_create()
1002 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks, in xfs_create()
1007 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, in xfs_create()
1068 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create()
1074 xfs_qm_dqrele(udqp); in xfs_create()
1094 xfs_qm_dqrele(udqp); in xfs_create()
1115 struct xfs_dquot *udqp = NULL; in xfs_create_tmpfile() local
1133 &udqp, &gdqp, &pdqp); in xfs_create_tmpfile()
1140 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks, in xfs_create_tmpfile()
[all …]
Dxfs_trans.h261 struct xfs_dquot *udqp, struct xfs_dquot *gdqp,
264 int xfs_trans_alloc_ichange(struct xfs_inode *ip, struct xfs_dquot *udqp,
Dxfs_icache.h57 int xfs_blockgc_free_dquots(struct xfs_mount *mp, struct xfs_dquot *udqp,
Dxfs_qm.c1849 struct xfs_dquot *udqp, in xfs_qm_vop_create_dqattach() argument
1860 if (udqp && XFS_IS_UQUOTA_ON(mp)) { in xfs_qm_vop_create_dqattach()
1862 ASSERT(i_uid_read(VFS_I(ip)) == udqp->q_id); in xfs_qm_vop_create_dqattach()
1864 ip->i_udquot = xfs_qm_dqhold(udqp); in xfs_qm_vop_create_dqattach()
1865 xfs_trans_mod_dquot(tp, udqp, XFS_TRANS_DQ_ICOUNT, 1); in xfs_qm_vop_create_dqattach()
Dxfs_icache.c1525 struct xfs_dquot *udqp, in xfs_blockgc_free_dquots() argument
1533 if (!udqp && !gdqp && !pdqp) in xfs_blockgc_free_dquots()
1542 if (XFS_IS_UQUOTA_ENFORCED(mp) && udqp && xfs_dquot_lowsp(udqp)) { in xfs_blockgc_free_dquots()
1543 icw.icw_uid = make_kuid(mp->m_super->s_user_ns, udqp->q_id); in xfs_blockgc_free_dquots()