Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_quota.h107 struct xfs_dquot **gdqp, struct xfs_dquot **pdqp) in xfs_qm_vop_dqalloc() argument
111 *pdqp = NULL; in xfs_qm_vop_dqalloc()
126 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, in xfs_trans_reserve_quota_bydquots() argument
Dxfs_symlink.c194 struct xfs_dquot *pdqp = NULL; in xfs_symlink() local
221 &udqp, &gdqp, &pdqp); in xfs_symlink()
259 pdqp, resblks, 1, 0); in xfs_symlink()
298 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_symlink()
400 xfs_qm_dqrele(pdqp); in xfs_symlink()
422 xfs_qm_dqrele(pdqp); in xfs_symlink()
Dxfs_qm.c1787 struct xfs_dquot *pdqp, in xfs_qm_vop_chown_reserve() argument
1830 if (XFS_IS_PQUOTA_ON(ip->i_mount) && pdqp && in xfs_qm_vop_chown_reserve()
1831 xfs_get_projid(ip) != be32_to_cpu(pdqp->q_core.d_id)) { in xfs_qm_vop_chown_reserve()
1833 pdq_delblks = pdqp; in xfs_qm_vop_chown_reserve()
1907 struct xfs_dquot *pdqp) in xfs_qm_vop_create_dqattach() argument
1930 if (pdqp && XFS_IS_PQUOTA_ON(mp)) { in xfs_qm_vop_create_dqattach()
1932 ASSERT(xfs_get_projid(ip) == be32_to_cpu(pdqp->q_core.d_id)); in xfs_qm_vop_create_dqattach()
1934 ip->i_pdquot = xfs_qm_dqhold(pdqp); in xfs_qm_vop_create_dqattach()
1935 xfs_trans_mod_dquot(tp, pdqp, XFS_TRANS_DQ_ICOUNT, 1); in xfs_qm_vop_create_dqattach()
Dxfs_inode.c1150 struct xfs_dquot *pdqp = NULL; in xfs_create() local
1167 &udqp, &gdqp, &pdqp); in xfs_create()
1213 pdqp, resblks, 1, 0); in xfs_create()
1276 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create()
1288 xfs_qm_dqrele(pdqp); in xfs_create()
1310 xfs_qm_dqrele(pdqp); in xfs_create()
1331 struct xfs_dquot *pdqp = NULL; in xfs_create_tmpfile() local
1346 &udqp, &gdqp, &pdqp); in xfs_create_tmpfile()
1364 pdqp, resblks, 1, 0); in xfs_create_tmpfile()
1381 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create_tmpfile()
[all …]
Dxfs_trans_dquot.c752 struct xfs_dquot *pdqp, in xfs_trans_reserve_quota_bydquots() argument
780 if (pdqp) { in xfs_trans_reserve_quota_bydquots()
781 error = xfs_trans_dqresv(tp, mp, pdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
Dxfs_ioctl.c1186 struct xfs_dquot *pdqp = NULL; in xfs_ioctl_setattr() local
1207 XFS_QMOPT_PQUOTA, &udqp, NULL, &pdqp); in xfs_ioctl_setattr()
1221 code = xfs_qm_vop_chown_reserve(tp, ip, udqp, NULL, pdqp, in xfs_ioctl_setattr()
1251 &ip->i_pdquot, pdqp); in xfs_ioctl_setattr()
1274 xfs_qm_dqrele(pdqp); in xfs_ioctl_setattr()
1282 xfs_qm_dqrele(pdqp); in xfs_ioctl_setattr()