Searched refs:pdqp (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/fs/xfs/ |
| D | xfs_symlink.c | 161 struct xfs_dquot *pdqp = NULL; in xfs_symlink() local 186 &udqp, &gdqp, &pdqp); in xfs_symlink() 219 pdqp, resblks, 1, 0); in xfs_symlink() 244 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_symlink() 328 xfs_qm_dqrele(pdqp); in xfs_symlink() 348 xfs_qm_dqrele(pdqp); in xfs_symlink()
|
| D | xfs_quota.h | 115 struct xfs_dquot **gdqp, struct xfs_dquot **pdqp) in xfs_qm_vop_dqalloc() argument 119 *pdqp = NULL; in xfs_qm_vop_dqalloc() 134 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, in xfs_trans_reserve_quota_bydquots() argument
|
| D | xfs_qm.c | 1806 struct xfs_dquot *pdqp, in xfs_qm_vop_chown_reserve() argument 1850 if (XFS_IS_PQUOTA_ON(ip->i_mount) && pdqp && in xfs_qm_vop_chown_reserve() 1851 ip->i_d.di_projid != pdqp->q_id) { in xfs_qm_vop_chown_reserve() 1852 pdq_delblks = pdqp; in xfs_qm_vop_chown_reserve() 1924 struct xfs_dquot *pdqp) in xfs_qm_vop_create_dqattach() argument 1947 if (pdqp && XFS_IS_PQUOTA_ON(mp)) { in xfs_qm_vop_create_dqattach() 1949 ASSERT(ip->i_d.di_projid == pdqp->q_id); in xfs_qm_vop_create_dqattach() 1951 ip->i_pdquot = xfs_qm_dqhold(pdqp); in xfs_qm_vop_create_dqattach() 1952 xfs_trans_mod_dquot(tp, pdqp, XFS_TRANS_DQ_ICOUNT, 1); in xfs_qm_vop_create_dqattach()
|
| D | xfs_inode.c | 1126 struct xfs_dquot *pdqp = NULL; in xfs_create() local 1142 &udqp, &gdqp, &pdqp); in xfs_create() 1176 pdqp, resblks, 1, 0); in xfs_create() 1229 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create() 1237 xfs_qm_dqrele(pdqp); in xfs_create() 1257 xfs_qm_dqrele(pdqp); in xfs_create() 1277 struct xfs_dquot *pdqp = NULL; in xfs_create_tmpfile() local 1291 &udqp, &gdqp, &pdqp); in xfs_create_tmpfile() 1303 pdqp, resblks, 1, 0); in xfs_create_tmpfile() 1319 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create_tmpfile() [all …]
|
| D | xfs_trans_dquot.c | 745 struct xfs_dquot *pdqp, in xfs_trans_reserve_quota_bydquots() argument 772 if (pdqp) { in xfs_trans_reserve_quota_bydquots() 773 error = xfs_trans_dqresv(tp, mp, pdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
|
| D | xfs_ioctl.c | 1437 struct xfs_dquot *pdqp = NULL; in xfs_ioctl_setattr() local 1458 XFS_QMOPT_PQUOTA, NULL, NULL, &pdqp); in xfs_ioctl_setattr() 1473 code = xfs_qm_vop_chown_reserve(tp, ip, NULL, NULL, pdqp, in xfs_ioctl_setattr() 1512 &ip->i_pdquot, pdqp); in xfs_ioctl_setattr() 1539 xfs_qm_dqrele(pdqp); in xfs_ioctl_setattr() 1546 xfs_qm_dqrele(pdqp); in xfs_ioctl_setattr()
|