Searched refs:gdqp (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_symlink.c | 194 struct xfs_dquot *gdqp = NULL; in xfs_symlink() local 212 udqp = gdqp = NULL; in xfs_symlink() 222 &udqp, &gdqp, &pdqp); in xfs_symlink() 261 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_symlink() 301 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_symlink() 402 xfs_qm_dqrele(gdqp); in xfs_symlink() 425 xfs_qm_dqrele(gdqp); in xfs_symlink()
|
D | xfs_quota.h | 108 struct xfs_dquot **gdqp, struct xfs_dquot **pdqp) in xfs_qm_vop_dqalloc() argument 111 *gdqp = NULL; in xfs_qm_vop_dqalloc() 127 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, in xfs_trans_reserve_quota_bydquots() argument
|
D | xfs_iops.c | 553 struct xfs_dquot *udqp = NULL, *gdqp = NULL; in xfs_setattr_nonsize() local 603 ASSERT(gdqp == NULL); in xfs_setattr_nonsize() 607 qflags, &udqp, &gdqp, NULL); in xfs_setattr_nonsize() 642 error = xfs_qm_vop_chown_reserve(tp, ip, udqp, gdqp, in xfs_setattr_nonsize() 685 ASSERT(gdqp); in xfs_setattr_nonsize() 687 &ip->i_gdquot, gdqp); in xfs_setattr_nonsize() 715 xfs_qm_dqrele(gdqp); in xfs_setattr_nonsize() 740 xfs_qm_dqrele(gdqp); in xfs_setattr_nonsize()
|
D | xfs_trans_dquot.c | 745 struct xfs_dquot *gdqp, in xfs_trans_reserve_quota_bydquots() argument 768 if (gdqp) { in xfs_trans_reserve_quota_bydquots() 769 error = xfs_trans_dqresv(tp, mp, gdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots() 787 if (gdqp) in xfs_trans_reserve_quota_bydquots() 788 xfs_trans_dqresv(tp, mp, gdqp, -nblks, -ninos, flags); in xfs_trans_reserve_quota_bydquots()
|
D | xfs_qm.c | 1787 struct xfs_dquot *gdqp, in xfs_qm_vop_chown_reserve() argument 1822 if (XFS_IS_GQUOTA_ON(ip->i_mount) && gdqp && in xfs_qm_vop_chown_reserve() 1823 ip->i_d.di_gid != be32_to_cpu(gdqp->q_core.d_id)) { in xfs_qm_vop_chown_reserve() 1824 gdq_delblks = gdqp; in xfs_qm_vop_chown_reserve() 1907 struct xfs_dquot *gdqp, in xfs_qm_vop_create_dqattach() argument 1925 if (gdqp && XFS_IS_GQUOTA_ON(mp)) { in xfs_qm_vop_create_dqattach() 1927 ASSERT(ip->i_d.di_gid == be32_to_cpu(gdqp->q_core.d_id)); in xfs_qm_vop_create_dqattach() 1928 ip->i_gdquot = xfs_qm_dqhold(gdqp); in xfs_qm_vop_create_dqattach() 1929 xfs_trans_mod_dquot(tp, gdqp, XFS_TRANS_DQ_ICOUNT, 1); in xfs_qm_vop_create_dqattach()
|
D | xfs_inode.c | 1134 struct xfs_dquot *gdqp = NULL; in xfs_create() local 1152 &udqp, &gdqp, &pdqp); in xfs_create() 1199 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_create() 1266 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create() 1277 xfs_qm_dqrele(gdqp); in xfs_create() 1301 xfs_qm_dqrele(gdqp); in xfs_create() 1323 struct xfs_dquot *gdqp = NULL; in xfs_create_tmpfile() local 1339 &udqp, &gdqp, &pdqp); in xfs_create_tmpfile() 1358 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_create_tmpfile() 1379 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create_tmpfile() [all …]
|