Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_quota.h107 struct xfs_dquot *udqp, struct xfs_dquot *gdqp,
158 struct xfs_dquot **gdqp, struct xfs_dquot **pdqp) in xfs_qm_vop_dqalloc() argument
161 *gdqp = 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_iops.c792 struct xfs_dquot *udqp = NULL, *gdqp = NULL; in xfs_setattr_nonsize() local
829 ASSERT(gdqp == NULL); in xfs_setattr_nonsize()
831 qflags, &udqp, &gdqp, NULL); in xfs_setattr_nonsize()
836 error = xfs_trans_alloc_ichange(ip, udqp, gdqp, NULL, in xfs_setattr_nonsize()
856 ASSERT(gdqp); in xfs_setattr_nonsize()
857 old_gdqp = xfs_qm_vop_chown(tp, ip, &ip->i_gdquot, gdqp); in xfs_setattr_nonsize()
875 xfs_qm_dqrele(gdqp); in xfs_setattr_nonsize()
897 xfs_qm_dqrele(gdqp); in xfs_setattr_nonsize()
H A Dxfs_inode.c661 struct xfs_dquot *gdqp; 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()
745 xfs_qm_vop_create_dqattach(tp, du.ip, udqp, gdqp, pdqp); in xfs_create()
752 xfs_qm_dqrele(gdqp); in xfs_create()
778 xfs_qm_dqrele(gdqp); in xfs_create()
796 struct xfs_dquot *gdqp; in xfs_create_tmpfile() local
809 error = xfs_icreate_dqalloc(args, &udqp, &gdqp, &pdqp); in xfs_create_tmpfile()
816 error = xfs_trans_alloc_icreate(mp, tres, udqp, gdqp, pdqp, resblks, in xfs_create_tmpfile()
835 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create_tmpfile()
[all …]
H A Dxfs_icache.h61 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp,
H A Dxfs_icache.c1633 struct xfs_dquot *gdqp, in xfs_blockgc_free_dquots() argument
1640 if (!udqp && !gdqp && !pdqp) in xfs_blockgc_free_dquots()
1655 if (XFS_IS_UQUOTA_ENFORCED(mp) && gdqp && xfs_dquot_lowsp(gdqp)) { in xfs_blockgc_free_dquots()
1656 icw.icw_gid = make_kgid(mp->m_super->s_user_ns, gdqp->q_id); in xfs_blockgc_free_dquots()
H A Dxfs_qm.c2060 struct xfs_dquot *gdqp, in xfs_qm_vop_create_dqattach() argument
2077 if (gdqp && XFS_IS_GQUOTA_ON(mp)) { in xfs_qm_vop_create_dqattach()
2079 ASSERT(i_gid_read(VFS_I(ip)) == gdqp->q_id); in xfs_qm_vop_create_dqattach()
2081 ip->i_gdquot = xfs_qm_dqhold(gdqp); in xfs_qm_vop_create_dqattach()
/linux/fs/xfs/scrub/
H A Dtempfile.c52 struct xfs_dquot *gdqp; 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()
154 xfs_qm_dqrele(gdqp); in xrep_tempfile_create()
181 xfs_qm_dqrele(gdqp); in xrep_tempfile_create()