Searched refs:pdqp (Results 1 - 10 of 10) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_symlink.c100 struct xfs_dquot *pdqp = NULL; local
127 &udqp, &gdqp, &pdqp);
142 pdqp, resblks, &tp);
181 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp);
215 xfs_qm_dqrele(pdqp);
235 xfs_qm_dqrele(pdqp);
H A Dxfs_quota.h107 struct xfs_dquot *pdqp, int64_t dblocks);
161 struct xfs_dquot **gdqp, struct xfs_dquot **pdqp)
165 *pdqp = NULL;
184 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp,
198 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, int64_t dblocks)
159 xfs_qm_vop_dqalloc(struct xfs_inode *ip, kuid_t kuid, kgid_t kgid, prid_t prid, uint flags, struct xfs_dquot **udqp, struct xfs_dquot **gdqp, struct xfs_dquot **pdqp) argument
182 xfs_trans_reserve_quota_bydquots(struct xfs_trans *tp, struct xfs_mount *mp, struct xfs_dquot *udqp, struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, int64_t nblks, long nions, uint flags) argument
197 xfs_trans_reserve_quota_icreate(struct xfs_trans *tp, struct xfs_dquot *udqp, struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, int64_t dblocks) argument
H A Dxfs_icache.h61 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp,
H A Dxfs_trans.c1311 struct xfs_dquot *pdqp,
1324 error = xfs_trans_reserve_quota_icreate(tp, udqp, gdqp, pdqp, dblocks);
1327 xfs_blockgc_free_dquots(mp, udqp, gdqp, pdqp, 0);
1362 struct xfs_dquot *pdqp; local
1389 pdqp = (new_pdqp != ip->i_pdquot) ? new_pdqp : NULL;
1390 if (udqp || gdqp || pdqp) {
1403 pdqp, ip->i_nblocks + ip->i_delayed_blks,
1407 xfs_blockgc_free_dquots(mp, udqp, gdqp, pdqp, 0);
1306 xfs_trans_alloc_icreate( struct xfs_mount *mp, struct xfs_trans_res *resv, struct xfs_dquot *udqp, struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, unsigned int dblocks, struct xfs_trans **tpp) argument
H A Dxfs_trans.h258 struct xfs_dquot *pdqp, unsigned int dblocks,
261 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, bool force,
H A Dxfs_trans_dquot.c894 struct xfs_dquot *pdqp,
918 if (pdqp) {
919 error = xfs_trans_dqresv(tp, mp, pdqp, nblks, ninos, flags);
994 struct xfs_dquot *pdqp,
1002 return xfs_trans_reserve_quota_bydquots(tp, mp, udqp, gdqp, pdqp,
889 xfs_trans_reserve_quota_bydquots( struct xfs_trans *tp, struct xfs_mount *mp, struct xfs_dquot *udqp, struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, int64_t nblks, long ninos, uint flags) argument
990 xfs_trans_reserve_quota_icreate( struct xfs_trans *tp, struct xfs_dquot *udqp, struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, int64_t dblocks) argument
H A Dxfs_inode.c1024 struct xfs_dquot *pdqp = NULL; local
1044 &udqp, &gdqp, &pdqp);
1062 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks,
1067 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp,
1134 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp);
1142 xfs_qm_dqrele(pdqp);
1162 xfs_qm_dqrele(pdqp);
1183 struct xfs_dquot *pdqp = NULL; local
1199 &udqp, &gdqp, &pdqp);
1206 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblk
[all...]
H A Dxfs_ioctl.c1197 struct xfs_dquot *pdqp)
1209 error = xfs_trans_alloc_ichange(ip, NULL, NULL, pdqp,
1318 struct xfs_dquot *pdqp = NULL; local
1349 XFS_QMOPT_PQUOTA, NULL, NULL, &pdqp);
1356 tp = xfs_ioctl_setattr_get_trans(ip, pdqp);
1392 &ip->i_pdquot, pdqp);
1421 xfs_qm_dqrele(pdqp);
1428 xfs_qm_dqrele(pdqp);
1195 xfs_ioctl_setattr_get_trans( struct xfs_inode *ip, struct xfs_dquot *pdqp) argument
H A Dxfs_icache.c1531 struct xfs_dquot *pdqp,
1537 if (!udqp && !gdqp && !pdqp)
1558 if (XFS_IS_PQUOTA_ENFORCED(mp) && pdqp && xfs_dquot_lowsp(pdqp)) {
1559 icw.icw_prid = pdqp->q_id;
1527 xfs_blockgc_free_dquots( struct xfs_mount *mp, struct xfs_dquot *udqp, struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, unsigned int iwalk_flags) argument
H A Dxfs_qm.c1907 struct xfs_dquot *pdqp)
1928 if (pdqp && XFS_IS_PQUOTA_ON(mp)) {
1930 ASSERT(ip->i_projid == pdqp->q_id);
1932 ip->i_pdquot = xfs_qm_dqhold(pdqp);
1902 xfs_qm_vop_create_dqattach( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_dquot *udqp, struct xfs_dquot *gdqp, struct xfs_dquot *pdqp) argument

Completed in 265 milliseconds