Lines Matching refs:q_core
96 next_index = be32_to_cpu(dqp->q_core.d_id) + 1; in xfs_qm_dquot_walk()
177 radix_tree_delete(xfs_dquot_tree(qi, dqp->q_core.d_flags), in xfs_qm_dqpurge()
178 be32_to_cpu(dqp->q_core.d_id)); in xfs_qm_dqpurge()
623 xfs_disk_dquot_t *ddqp = &dqp->q_core; in xfs_qm_init_quotainfo()
1066 be64_add_cpu(&dqp->q_core.d_icount, 1); in xfs_qm_quotacheck_dqadjust()
1069 be64_add_cpu(&dqp->q_core.d_bcount, nblks); in xfs_qm_quotacheck_dqadjust()
1073 be64_add_cpu(&dqp->q_core.d_rtbcount, rtblks); in xfs_qm_quotacheck_dqadjust()
1082 if (dqp->q_core.d_id) { in xfs_qm_quotacheck_dqadjust()
1084 xfs_qm_adjust_dqtimers(mp, &dqp->q_core); in xfs_qm_quotacheck_dqadjust()
1577 radix_tree_delete(xfs_dquot_tree(qi, dqp->q_core.d_flags), in xfs_qm_dqfree_one()
1578 be32_to_cpu(dqp->q_core.d_id)); in xfs_qm_dqfree_one()
1809 ip->i_d.di_uid != be32_to_cpu(udqp->q_core.d_id)) { in xfs_qm_vop_chown_reserve()
1822 ip->i_d.di_gid != be32_to_cpu(gdqp->q_core.d_id)) { in xfs_qm_vop_chown_reserve()
1831 xfs_get_projid(ip) != be32_to_cpu(pdqp->q_core.d_id)) { in xfs_qm_vop_chown_reserve()
1919 ASSERT(ip->i_d.di_uid == be32_to_cpu(udqp->q_core.d_id)); in xfs_qm_vop_create_dqattach()
1926 ASSERT(ip->i_d.di_gid == be32_to_cpu(gdqp->q_core.d_id)); in xfs_qm_vop_create_dqattach()
1932 ASSERT(xfs_get_projid(ip) == be32_to_cpu(pdqp->q_core.d_id)); in xfs_qm_vop_create_dqattach()