Searched refs:gdqp (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/xfs/ |
D | xfs_symlink.c | 178 struct xfs_dquot *gdqp = NULL; in xfs_symlink() local 196 udqp = gdqp = NULL; in xfs_symlink() 206 &udqp, &gdqp, &pdqp); in xfs_symlink() 238 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_symlink() 264 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_symlink() 351 xfs_qm_dqrele(gdqp); in xfs_symlink() 371 xfs_qm_dqrele(gdqp); in xfs_symlink()
|
D | xfs_quota.h | 111 struct xfs_dquot **gdqp, struct xfs_dquot **pdqp) in xfs_qm_vop_dqalloc() argument 114 *gdqp = NULL; in xfs_qm_vop_dqalloc() 130 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, in xfs_trans_reserve_quota_bydquots() argument
|
D | xfs_iops.c | 622 struct xfs_dquot *udqp = NULL, *gdqp = NULL; in xfs_setattr_nonsize() local 657 ASSERT(gdqp == NULL); in xfs_setattr_nonsize() 661 qflags, &udqp, &gdqp, NULL); in xfs_setattr_nonsize() 696 error = xfs_qm_vop_chown_reserve(tp, ip, udqp, gdqp, in xfs_setattr_nonsize() 737 ASSERT(gdqp); in xfs_setattr_nonsize() 739 &ip->i_gdquot, gdqp); in xfs_setattr_nonsize() 767 xfs_qm_dqrele(gdqp); in xfs_setattr_nonsize() 791 xfs_qm_dqrele(gdqp); in xfs_setattr_nonsize()
|
D | xfs_trans_dquot.c | 746 struct xfs_dquot *gdqp, in xfs_trans_reserve_quota_bydquots() argument 769 if (gdqp) { in xfs_trans_reserve_quota_bydquots() 770 error = xfs_trans_dqresv(tp, mp, gdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots() 788 if (gdqp) in xfs_trans_reserve_quota_bydquots() 789 xfs_trans_dqresv(tp, mp, gdqp, -nblks, -ninos, flags); in xfs_trans_reserve_quota_bydquots()
|
D | xfs_qm.c | 1810 struct xfs_dquot *gdqp, in xfs_qm_vop_chown_reserve() argument 1845 if (XFS_IS_GQUOTA_ON(ip->i_mount) && gdqp && in xfs_qm_vop_chown_reserve() 1846 ip->i_d.di_gid != be32_to_cpu(gdqp->q_core.d_id)) { in xfs_qm_vop_chown_reserve() 1847 gdq_delblks = gdqp; in xfs_qm_vop_chown_reserve() 1930 struct xfs_dquot *gdqp, in xfs_qm_vop_create_dqattach() argument 1948 if (gdqp && XFS_IS_GQUOTA_ON(mp)) { in xfs_qm_vop_create_dqattach() 1950 ASSERT(ip->i_d.di_gid == be32_to_cpu(gdqp->q_core.d_id)); in xfs_qm_vop_create_dqattach() 1951 ip->i_gdquot = xfs_qm_dqhold(gdqp); in xfs_qm_vop_create_dqattach() 1952 xfs_trans_mod_dquot(tp, gdqp, XFS_TRANS_DQ_ICOUNT, 1); in xfs_qm_vop_create_dqattach()
|
D | xfs_inode.c | 1148 struct xfs_dquot *gdqp = NULL; in xfs_create() local 1166 &udqp, &gdqp, &pdqp); in xfs_create() 1199 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_create() 1256 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create() 1263 xfs_qm_dqrele(gdqp); in xfs_create() 1283 xfs_qm_dqrele(gdqp); in xfs_create() 1303 struct xfs_dquot *gdqp = NULL; in xfs_create_tmpfile() local 1319 &udqp, &gdqp, &pdqp); in xfs_create_tmpfile() 1330 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_create_tmpfile() 1347 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create_tmpfile() [all …]
|