Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_symlink.c109 struct xfs_dquot *pdqp; in xfs_symlink() local
129 error = xfs_icreate_dqalloc(&args, &udqp, &gdqp, &pdqp); in xfs_symlink()
150 pdqp, resblks, &tp); in xfs_symlink()
186 xfs_qm_vop_create_dqattach(tp, du.ip, udqp, gdqp, pdqp); in xfs_symlink()
217 xfs_qm_dqrele(pdqp); in xfs_symlink()
243 xfs_qm_dqrele(pdqp); in xfs_symlink()
H A Dxfs_quota.h108 struct xfs_dquot *pdqp, int64_t dblocks);
158 struct xfs_dquot **gdqp, struct xfs_dquot **pdqp) in xfs_qm_vop_dqalloc() argument
162 *pdqp = NULL; in xfs_qm_vop_dqalloc()
181 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, in xfs_trans_reserve_quota_bydquots() argument
189 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, int64_t dblocks) in xfs_trans_reserve_quota_icreate() argument
H A Dxfs_trans.c1192 struct xfs_dquot *pdqp, in xfs_trans_alloc_icreate() argument
1205 error = xfs_trans_reserve_quota_icreate(tp, udqp, gdqp, pdqp, dblocks); in xfs_trans_alloc_icreate()
1208 xfs_blockgc_free_dquots(mp, udqp, gdqp, pdqp, 0); in xfs_trans_alloc_icreate()
1243 struct xfs_dquot *pdqp; in xfs_trans_alloc_ichange() local
1273 pdqp = (new_pdqp != ip->i_pdquot) ? new_pdqp : NULL; in xfs_trans_alloc_ichange()
1274 if (udqp || gdqp || pdqp) { in xfs_trans_alloc_ichange()
1302 pdqp, dblocks, 1, qflags); in xfs_trans_alloc_ichange()
1305 xfs_blockgc_free_dquots(mp, udqp, gdqp, pdqp, 0); in xfs_trans_alloc_ichange()
1315 pdqp, rblocks, 0, qflags); in xfs_trans_alloc_ichange()
1318 xfs_blockgc_free_dquots(mp, udqp, gdqp, pdqp, 0); in xfs_trans_alloc_ichange()
H A Dxfs_ioctl.c609 struct xfs_dquot *pdqp) in xfs_ioctl_setattr_get_trans() argument
621 error = xfs_trans_alloc_ichange(ip, NULL, NULL, pdqp, in xfs_ioctl_setattr_get_trans()
730 struct xfs_dquot *pdqp = NULL; in xfs_fileattr_set() local
758 XFS_QMOPT_PQUOTA, NULL, NULL, &pdqp); in xfs_fileattr_set()
765 tp = xfs_ioctl_setattr_get_trans(ip, pdqp); in xfs_fileattr_set()
801 &ip->i_pdquot, pdqp); in xfs_fileattr_set()
830 xfs_qm_dqrele(pdqp); in xfs_fileattr_set()
837 xfs_qm_dqrele(pdqp); in xfs_fileattr_set()
H A Dxfs_inode.c662 struct xfs_dquot *pdqp; in xfs_create() local
678 error = xfs_icreate_dqalloc(args, &udqp, &gdqp, &pdqp); in xfs_create()
700 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks, in xfs_create()
705 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, in xfs_create()
751 xfs_qm_vop_create_dqattach(tp, du.ip, udqp, gdqp, pdqp); in xfs_create()
759 xfs_qm_dqrele(pdqp); in xfs_create()
785 xfs_qm_dqrele(pdqp); in xfs_create()
803 struct xfs_dquot *pdqp; in xfs_create_tmpfile() local
815 error = xfs_icreate_dqalloc(args, &udqp, &gdqp, &pdqp); in xfs_create_tmpfile()
822 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks, in xfs_create_tmpfile()
[all …]
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_icache.h61 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp,
/linux/fs/xfs/scrub/
H A Dtempfile.c53 struct xfs_dquot *pdqp; in xrep_tempfile_create() local
74 error = xfs_icreate_dqalloc(&args, &udqp, &gdqp, &pdqp); in xrep_tempfile_create()
86 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks, in xrep_tempfile_create()
134 xfs_qm_vop_create_dqattach(tp, sc->tempip, udqp, gdqp, pdqp); in xrep_tempfile_create()
155 xfs_qm_dqrele(pdqp); in xrep_tempfile_create()
181 xfs_qm_dqrele(pdqp); in xrep_tempfile_create()