Searched refs:pdqp (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_quota.h | 108 struct xfs_dquot **gdqp, struct xfs_dquot **pdqp) in xfs_qm_vop_dqalloc() argument 112 *pdqp = NULL; in xfs_qm_vop_dqalloc() 127 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, in xfs_trans_reserve_quota_bydquots() argument
|
D | xfs_symlink.c | 195 struct xfs_dquot *pdqp = NULL; in xfs_symlink() local 222 &udqp, &gdqp, &pdqp); in xfs_symlink() 262 pdqp, resblks, 1, 0); in xfs_symlink() 301 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_symlink() 403 xfs_qm_dqrele(pdqp); in xfs_symlink() 426 xfs_qm_dqrele(pdqp); in xfs_symlink()
|
D | xfs_qm.c | 1788 struct xfs_dquot *pdqp, in xfs_qm_vop_chown_reserve() argument 1831 if (XFS_IS_PQUOTA_ON(ip->i_mount) && pdqp && in xfs_qm_vop_chown_reserve() 1832 xfs_get_projid(ip) != be32_to_cpu(pdqp->q_core.d_id)) { in xfs_qm_vop_chown_reserve() 1834 pdq_delblks = pdqp; in xfs_qm_vop_chown_reserve() 1908 struct xfs_dquot *pdqp) in xfs_qm_vop_create_dqattach() argument 1931 if (pdqp && XFS_IS_PQUOTA_ON(mp)) { in xfs_qm_vop_create_dqattach() 1933 ASSERT(xfs_get_projid(ip) == be32_to_cpu(pdqp->q_core.d_id)); in xfs_qm_vop_create_dqattach() 1935 ip->i_pdquot = xfs_qm_dqhold(pdqp); in xfs_qm_vop_create_dqattach() 1936 xfs_trans_mod_dquot(tp, pdqp, XFS_TRANS_DQ_ICOUNT, 1); in xfs_qm_vop_create_dqattach()
|
D | xfs_inode.c | 1135 struct xfs_dquot *pdqp = NULL; in xfs_create() local 1152 &udqp, &gdqp, &pdqp); in xfs_create() 1200 pdqp, resblks, 1, 0); in xfs_create() 1266 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create() 1278 xfs_qm_dqrele(pdqp); in xfs_create() 1302 xfs_qm_dqrele(pdqp); in xfs_create() 1324 struct xfs_dquot *pdqp = NULL; in xfs_create_tmpfile() local 1339 &udqp, &gdqp, &pdqp); in xfs_create_tmpfile() 1359 pdqp, resblks, 1, 0); in xfs_create_tmpfile() 1379 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create_tmpfile() [all …]
|
D | xfs_trans_dquot.c | 746 struct xfs_dquot *pdqp, in xfs_trans_reserve_quota_bydquots() argument 774 if (pdqp) { in xfs_trans_reserve_quota_bydquots() 775 error = xfs_trans_dqresv(tp, mp, pdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
|
D | xfs_ioctl.c | 1175 struct xfs_dquot *pdqp = NULL; in xfs_ioctl_setattr() local 1196 XFS_QMOPT_PQUOTA, &udqp, NULL, &pdqp); in xfs_ioctl_setattr() 1210 code = xfs_qm_vop_chown_reserve(tp, ip, udqp, NULL, pdqp, in xfs_ioctl_setattr() 1240 &ip->i_pdquot, pdqp); in xfs_ioctl_setattr() 1263 xfs_qm_dqrele(pdqp); in xfs_ioctl_setattr() 1271 xfs_qm_dqrele(pdqp); in xfs_ioctl_setattr()
|