Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_symlink.c170 struct xfs_dquot *pdqp = NULL; in xfs_symlink() local
198 &udqp, &gdqp, &pdqp); in xfs_symlink()
231 pdqp, resblks, 1, 0); in xfs_symlink()
256 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_symlink()
344 xfs_qm_dqrele(pdqp); in xfs_symlink()
364 xfs_qm_dqrele(pdqp); in xfs_symlink()
Dxfs_quota.h114 struct xfs_dquot **gdqp, struct xfs_dquot **pdqp) in xfs_qm_vop_dqalloc() argument
118 *pdqp = NULL; in xfs_qm_vop_dqalloc()
133 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, in xfs_trans_reserve_quota_bydquots() argument
Dxfs_qm.c1785 struct xfs_dquot *pdqp, in xfs_qm_vop_chown_reserve() argument
1829 if (XFS_IS_PQUOTA_ON(ip->i_mount) && pdqp && in xfs_qm_vop_chown_reserve()
1830 xfs_get_projid(ip) != be32_to_cpu(pdqp->q_core.d_id)) { in xfs_qm_vop_chown_reserve()
1832 pdq_delblks = pdqp; in xfs_qm_vop_chown_reserve()
1906 struct xfs_dquot *pdqp) in xfs_qm_vop_create_dqattach() argument
1929 if (pdqp && XFS_IS_PQUOTA_ON(mp)) { in xfs_qm_vop_create_dqattach()
1931 ASSERT(xfs_get_projid(ip) == be32_to_cpu(pdqp->q_core.d_id)); in xfs_qm_vop_create_dqattach()
1933 ip->i_pdquot = xfs_qm_dqhold(pdqp); in xfs_qm_vop_create_dqattach()
1934 xfs_trans_mod_dquot(tp, pdqp, XFS_TRANS_DQ_ICOUNT, 1); in xfs_qm_vop_create_dqattach()
Dxfs_inode.c1142 struct xfs_dquot *pdqp = NULL; in xfs_create() local
1159 &udqp, &gdqp, &pdqp); in xfs_create()
1193 pdqp, resblks, 1, 0); in xfs_create()
1247 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create()
1255 xfs_qm_dqrele(pdqp); in xfs_create()
1275 xfs_qm_dqrele(pdqp); in xfs_create()
1295 struct xfs_dquot *pdqp = NULL; in xfs_create_tmpfile() local
1310 &udqp, &gdqp, &pdqp); in xfs_create_tmpfile()
1322 pdqp, resblks, 1, 0); in xfs_create_tmpfile()
1338 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create_tmpfile()
[all …]
Dxfs_trans_dquot.c736 struct xfs_dquot *pdqp, in xfs_trans_reserve_quota_bydquots() argument
764 if (pdqp) { in xfs_trans_reserve_quota_bydquots()
765 error = xfs_trans_dqresv(tp, mp, pdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
Dxfs_ioctl.c1527 struct xfs_dquot *pdqp = NULL; in xfs_ioctl_setattr() local
1549 XFS_QMOPT_PQUOTA, &udqp, NULL, &pdqp); in xfs_ioctl_setattr()
1573 code = xfs_qm_vop_chown_reserve(tp, ip, udqp, NULL, pdqp, in xfs_ioctl_setattr()
1612 &ip->i_pdquot, pdqp); in xfs_ioctl_setattr()
1641 xfs_qm_dqrele(pdqp); in xfs_ioctl_setattr()
1649 xfs_qm_dqrele(pdqp); in xfs_ioctl_setattr()