Searched refs:pdqp (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/fs/xfs/ |
D | xfs_symlink.c | 179 struct xfs_dquot *pdqp = NULL; in xfs_symlink() local 207 &udqp, &gdqp, &pdqp); in xfs_symlink() 240 pdqp, resblks, 1, 0); in xfs_symlink() 265 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_symlink() 353 xfs_qm_dqrele(pdqp); in xfs_symlink() 373 xfs_qm_dqrele(pdqp); in xfs_symlink()
|
D | xfs_quota.h | 111 struct xfs_dquot **gdqp, struct xfs_dquot **pdqp) in xfs_qm_vop_dqalloc() argument 115 *pdqp = NULL; in xfs_qm_vop_dqalloc() 130 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, in xfs_trans_reserve_quota_bydquots() argument
|
D | xfs_qm.c | 1811 struct xfs_dquot *pdqp, in xfs_qm_vop_chown_reserve() argument 1854 if (XFS_IS_PQUOTA_ON(ip->i_mount) && pdqp && in xfs_qm_vop_chown_reserve() 1855 xfs_get_projid(ip) != be32_to_cpu(pdqp->q_core.d_id)) { in xfs_qm_vop_chown_reserve() 1857 pdq_delblks = pdqp; in xfs_qm_vop_chown_reserve() 1931 struct xfs_dquot *pdqp) in xfs_qm_vop_create_dqattach() argument 1954 if (pdqp && XFS_IS_PQUOTA_ON(mp)) { in xfs_qm_vop_create_dqattach() 1956 ASSERT(xfs_get_projid(ip) == be32_to_cpu(pdqp->q_core.d_id)); in xfs_qm_vop_create_dqattach() 1958 ip->i_pdquot = xfs_qm_dqhold(pdqp); in xfs_qm_vop_create_dqattach() 1959 xfs_trans_mod_dquot(tp, pdqp, XFS_TRANS_DQ_ICOUNT, 1); in xfs_qm_vop_create_dqattach()
|
D | xfs_inode.c | 1149 struct xfs_dquot *pdqp = NULL; in xfs_create() local 1166 &udqp, &gdqp, &pdqp); in xfs_create() 1200 pdqp, resblks, 1, 0); in xfs_create() 1256 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create() 1264 xfs_qm_dqrele(pdqp); in xfs_create() 1284 xfs_qm_dqrele(pdqp); in xfs_create() 1304 struct xfs_dquot *pdqp = NULL; in xfs_create_tmpfile() local 1319 &udqp, &gdqp, &pdqp); in xfs_create_tmpfile() 1331 pdqp, resblks, 1, 0); in xfs_create_tmpfile() 1347 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create_tmpfile() [all …]
|
D | xfs_trans_dquot.c | 747 struct xfs_dquot *pdqp, in xfs_trans_reserve_quota_bydquots() argument 775 if (pdqp) { in xfs_trans_reserve_quota_bydquots() 776 error = xfs_trans_dqresv(tp, mp, pdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
|
D | xfs_ioctl.c | 1330 struct xfs_dquot *pdqp = NULL; in xfs_ioctl_setattr() local 1352 XFS_QMOPT_PQUOTA, &udqp, NULL, &pdqp); in xfs_ioctl_setattr() 1377 code = xfs_qm_vop_chown_reserve(tp, ip, udqp, NULL, pdqp, in xfs_ioctl_setattr() 1411 &ip->i_pdquot, pdqp); in xfs_ioctl_setattr() 1440 xfs_qm_dqrele(pdqp); in xfs_ioctl_setattr() 1448 xfs_qm_dqrele(pdqp); in xfs_ioctl_setattr()
|