Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_symlink.c161 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()
329 xfs_qm_dqrele(pdqp); in xfs_symlink()
349 xfs_qm_dqrele(pdqp); in xfs_symlink()
Dxfs_quota.h115 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
Dxfs_qm.c1836 struct xfs_dquot *pdqp, in xfs_qm_vop_chown_reserve() argument
1859 if (XFS_IS_PQUOTA_ON(ip->i_mount) && pdqp && in xfs_qm_vop_chown_reserve()
1860 ip->i_d.di_projid != pdqp->q_id) in xfs_qm_vop_chown_reserve()
1861 pdq_delblks = pdqp; in xfs_qm_vop_chown_reserve()
1909 struct xfs_dquot *pdqp) in xfs_qm_vop_create_dqattach() argument
1932 if (pdqp && XFS_IS_PQUOTA_ON(mp)) { in xfs_qm_vop_create_dqattach()
1934 ASSERT(ip->i_d.di_projid == pdqp->q_id); in xfs_qm_vop_create_dqattach()
1936 ip->i_pdquot = xfs_qm_dqhold(pdqp); in xfs_qm_vop_create_dqattach()
1937 xfs_trans_mod_dquot(tp, pdqp, XFS_TRANS_DQ_ICOUNT, 1); in xfs_qm_vop_create_dqattach()
Dxfs_inode.c1126 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 …]
Dxfs_trans_dquot.c751 struct xfs_dquot *pdqp, in xfs_trans_reserve_quota_bydquots() argument
778 if (pdqp) { in xfs_trans_reserve_quota_bydquots()
779 error = xfs_trans_dqresv(tp, mp, pdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
Dxfs_ioctl.c1438 struct xfs_dquot *pdqp = NULL; in xfs_ioctl_setattr() local
1459 XFS_QMOPT_PQUOTA, NULL, NULL, &pdqp); in xfs_ioctl_setattr()
1474 code = xfs_qm_vop_chown_reserve(tp, ip, NULL, NULL, pdqp, in xfs_ioctl_setattr()
1513 &ip->i_pdquot, pdqp); in xfs_ioctl_setattr()
1540 xfs_qm_dqrele(pdqp); in xfs_ioctl_setattr()
1547 xfs_qm_dqrele(pdqp); in xfs_ioctl_setattr()