Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_symlink.c193 struct xfs_dquot *gdqp = NULL; in xfs_symlink() local
211 udqp = gdqp = NULL; in xfs_symlink()
221 &udqp, &gdqp, &pdqp); in xfs_symlink()
258 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_symlink()
298 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_symlink()
399 xfs_qm_dqrele(gdqp); in xfs_symlink()
421 xfs_qm_dqrele(gdqp); in xfs_symlink()
Dxfs_quota.h107 struct xfs_dquot **gdqp, struct xfs_dquot **pdqp) in xfs_qm_vop_dqalloc() argument
110 *gdqp = NULL; in xfs_qm_vop_dqalloc()
126 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, in xfs_trans_reserve_quota_bydquots() argument
Dxfs_iops.c550 struct xfs_dquot *udqp = NULL, *gdqp = NULL; in xfs_setattr_nonsize() local
600 ASSERT(gdqp == NULL); in xfs_setattr_nonsize()
604 qflags, &udqp, &gdqp, NULL); in xfs_setattr_nonsize()
639 error = xfs_qm_vop_chown_reserve(tp, ip, udqp, gdqp, in xfs_setattr_nonsize()
682 ASSERT(gdqp); in xfs_setattr_nonsize()
684 &ip->i_gdquot, gdqp); in xfs_setattr_nonsize()
712 xfs_qm_dqrele(gdqp); in xfs_setattr_nonsize()
737 xfs_qm_dqrele(gdqp); in xfs_setattr_nonsize()
Dxfs_trans_dquot.c751 struct xfs_dquot *gdqp, in xfs_trans_reserve_quota_bydquots() argument
774 if (gdqp) { in xfs_trans_reserve_quota_bydquots()
775 error = xfs_trans_dqresv(tp, mp, gdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
793 if (gdqp) in xfs_trans_reserve_quota_bydquots()
794 xfs_trans_dqresv(tp, mp, gdqp, -nblks, -ninos, flags); in xfs_trans_reserve_quota_bydquots()
Dxfs_qm.c1795 struct xfs_dquot *gdqp, in xfs_qm_vop_chown_reserve() argument
1830 if (XFS_IS_GQUOTA_ON(ip->i_mount) && gdqp && in xfs_qm_vop_chown_reserve()
1831 ip->i_d.di_gid != be32_to_cpu(gdqp->q_core.d_id)) { in xfs_qm_vop_chown_reserve()
1832 gdq_delblks = gdqp; in xfs_qm_vop_chown_reserve()
1915 struct xfs_dquot *gdqp, in xfs_qm_vop_create_dqattach() argument
1933 if (gdqp && XFS_IS_GQUOTA_ON(mp)) { in xfs_qm_vop_create_dqattach()
1935 ASSERT(ip->i_d.di_gid == be32_to_cpu(gdqp->q_core.d_id)); in xfs_qm_vop_create_dqattach()
1936 ip->i_gdquot = xfs_qm_dqhold(gdqp); in xfs_qm_vop_create_dqattach()
1937 xfs_trans_mod_dquot(tp, gdqp, XFS_TRANS_DQ_ICOUNT, 1); in xfs_qm_vop_create_dqattach()
Dxfs_inode.c1149 struct xfs_dquot *gdqp = NULL; in xfs_create() local
1167 &udqp, &gdqp, &pdqp); in xfs_create()
1212 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_create()
1276 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create()
1287 xfs_qm_dqrele(gdqp); in xfs_create()
1309 xfs_qm_dqrele(gdqp); in xfs_create()
1330 struct xfs_dquot *gdqp = NULL; in xfs_create_tmpfile() local
1346 &udqp, &gdqp, &pdqp); in xfs_create_tmpfile()
1363 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_create_tmpfile()
1381 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create_tmpfile()
[all …]