/linux-6.1.9/fs/xfs/ |
D | xfs_quota.h | 91 struct xfs_dquot *pdqp, int64_t dblocks); 121 struct xfs_dquot **gdqp, struct xfs_dquot **pdqp) in xfs_qm_vop_dqalloc() argument 125 *pdqp = NULL; in xfs_qm_vop_dqalloc() 141 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, in xfs_trans_reserve_quota_bydquots() argument 155 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, int64_t dblocks) in xfs_trans_reserve_quota_icreate() argument
|
D | xfs_symlink.c | 172 struct xfs_dquot *pdqp = NULL; in xfs_symlink() local 199 &udqp, &gdqp, &pdqp); in xfs_symlink() 214 pdqp, resblks, &tp); in xfs_symlink() 253 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_symlink() 337 xfs_qm_dqrele(pdqp); in xfs_symlink() 357 xfs_qm_dqrele(pdqp); in xfs_symlink()
|
D | xfs_trans.c | 1237 struct xfs_dquot *pdqp, in xfs_trans_alloc_icreate() argument 1250 error = xfs_trans_reserve_quota_icreate(tp, udqp, gdqp, pdqp, dblocks); in xfs_trans_alloc_icreate() 1253 xfs_blockgc_free_dquots(mp, udqp, gdqp, pdqp, 0); in xfs_trans_alloc_icreate() 1288 struct xfs_dquot *pdqp; in xfs_trans_alloc_ichange() local 1315 pdqp = (new_pdqp != ip->i_pdquot) ? new_pdqp : NULL; in xfs_trans_alloc_ichange() 1316 if (udqp || gdqp || pdqp) { in xfs_trans_alloc_ichange() 1329 pdqp, ip->i_nblocks + ip->i_delayed_blks, in xfs_trans_alloc_ichange() 1333 xfs_blockgc_free_dquots(mp, udqp, gdqp, pdqp, 0); in xfs_trans_alloc_ichange()
|
D | xfs_trans_dquot.c | 731 struct xfs_dquot *pdqp, in xfs_trans_reserve_quota_bydquots() argument 755 if (pdqp) { in xfs_trans_reserve_quota_bydquots() 756 error = xfs_trans_dqresv(tp, mp, pdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots() 831 struct xfs_dquot *pdqp, in xfs_trans_reserve_quota_icreate() argument 839 return xfs_trans_reserve_quota_bydquots(tp, mp, udqp, gdqp, pdqp, in xfs_trans_reserve_quota_icreate()
|
D | xfs_inode.c | 966 struct xfs_dquot *pdqp = NULL; in xfs_create() local 984 &udqp, &gdqp, &pdqp); in xfs_create() 1002 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks, in xfs_create() 1007 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, in xfs_create() 1068 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create() 1076 xfs_qm_dqrele(pdqp); in xfs_create() 1096 xfs_qm_dqrele(pdqp); in xfs_create() 1117 struct xfs_dquot *pdqp = NULL; in xfs_create_tmpfile() local 1133 &udqp, &gdqp, &pdqp); in xfs_create_tmpfile() 1140 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks, in xfs_create_tmpfile() [all …]
|
D | xfs_trans.h | 265 struct xfs_dquot *pdqp, unsigned int dblocks, 268 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, bool force,
|
D | xfs_icache.h | 58 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp,
|
D | xfs_ioctl.c | 1190 struct xfs_dquot *pdqp) in xfs_ioctl_setattr_get_trans() argument 1202 error = xfs_trans_alloc_ichange(ip, NULL, NULL, pdqp, in xfs_ioctl_setattr_get_trans() 1311 struct xfs_dquot *pdqp = NULL; in xfs_fileattr_set() local 1342 XFS_QMOPT_PQUOTA, NULL, NULL, &pdqp); in xfs_fileattr_set() 1349 tp = xfs_ioctl_setattr_get_trans(ip, pdqp); in xfs_fileattr_set() 1385 &ip->i_pdquot, pdqp); in xfs_fileattr_set() 1414 xfs_qm_dqrele(pdqp); in xfs_fileattr_set() 1421 xfs_qm_dqrele(pdqp); in xfs_fileattr_set()
|
D | xfs_icache.c | 1529 struct xfs_dquot *pdqp, in xfs_blockgc_free_dquots() argument 1535 if (!udqp && !gdqp && !pdqp) in xfs_blockgc_free_dquots() 1556 if (XFS_IS_PQUOTA_ENFORCED(mp) && pdqp && xfs_dquot_lowsp(pdqp)) { in xfs_blockgc_free_dquots() 1557 icw.icw_prid = pdqp->q_id; in xfs_blockgc_free_dquots()
|
D | xfs_qm.c | 1856 struct xfs_dquot *pdqp) in xfs_qm_vop_create_dqattach() argument 1879 if (pdqp && XFS_IS_PQUOTA_ON(mp)) { in xfs_qm_vop_create_dqattach() 1881 ASSERT(ip->i_projid == pdqp->q_id); in xfs_qm_vop_create_dqattach() 1883 ip->i_pdquot = xfs_qm_dqhold(pdqp); in xfs_qm_vop_create_dqattach() 1884 xfs_trans_mod_dquot(tp, pdqp, XFS_TRANS_DQ_ICOUNT, 1); in xfs_qm_vop_create_dqattach()
|