Lines Matching refs:xfs_dquot_t

99 	xfs_dquot_t	*dqp; int i = 0; \
157 xqm->qm_dqzone = kmem_zone_init(sizeof(xfs_dquot_t), in xfs_Gqm_init()
254 xfs_dquot_t *dqp, *nextdqp; in xfs_qm_rele_quotafs_ref()
265 dqp != (xfs_dquot_t *)&(xfs_Gqm->qm_dqfreelist); ) { in xfs_qm_rele_quotafs_ref()
518 xfs_dquot_t *dqp; in xfs_qm_dqflush_all()
576 xfs_dquot_t *dqp, *gdqp; in xfs_qm_detach_gdquots()
618 xfs_dquot_t *dqp; in xfs_qm_dqpurge_int()
621 xfs_dquot_t *nextdqp; in xfs_qm_dqpurge_int()
715 xfs_dquot_t *udqhint, /* hint */ in xfs_qm_dqattach_one()
716 xfs_dquot_t **IO_idqpp) in xfs_qm_dqattach_one()
718 xfs_dquot_t *dqp; in xfs_qm_dqattach_one()
835 xfs_dquot_t *udq, in xfs_qm_dqattach_grouphint()
836 xfs_dquot_t *gdq, in xfs_qm_dqattach_grouphint()
839 xfs_dquot_t *tmp; in xfs_qm_dqattach_grouphint()
1048 xfs_dquot_t *dqp; in xfs_qm_sync()
1158 xfs_dquot_t *dqp; in xfs_qm_init_quotainfo()
1339 xfs_dquot_t **O_udqpp, in xfs_qm_dqget_noattach()
1340 xfs_dquot_t **O_gdqpp) in xfs_qm_dqget_noattach()
1344 xfs_dquot_t *udqp, *gdqp; in xfs_qm_dqget_noattach()
1687 xfs_dquot_t *dqp, in xfs_qm_quotacheck_dqadjust()
1764 xfs_dquot_t *udqp, *gdqp; in xfs_qm_dqusage_adjust()
2076 xfs_dquot_t *dqp, *nextdqp; in xfs_qm_shake_freelist()
2095 ((dqp != (xfs_dquot_t *) &xfs_Gqm->qm_dqfreelist) && in xfs_qm_shake_freelist()
2245 STATIC xfs_dquot_t *
2248 xfs_dquot_t *dqpout; in xfs_qm_dqreclaim_one()
2249 xfs_dquot_t *dqp; in xfs_qm_dqreclaim_one()
2367 xfs_dquot_t **O_dqpp) in xfs_qm_dqalloc_incore()
2369 xfs_dquot_t *dqp; in xfs_qm_dqalloc_incore()
2456 xfs_dquot_t **O_udqpp, in xfs_qm_vop_dqalloc()
2457 xfs_dquot_t **O_gdqpp) in xfs_qm_vop_dqalloc()
2460 xfs_dquot_t *uq, *gq; in xfs_qm_vop_dqalloc()
2569 xfs_dquot_t *
2573 xfs_dquot_t **IO_olddq, in xfs_qm_vop_chown()
2574 xfs_dquot_t *newdq) in xfs_qm_vop_chown()
2576 xfs_dquot_t *prevdq; in xfs_qm_vop_chown()
2620 xfs_dquot_t *udqp, in xfs_qm_vop_chown_reserve()
2621 xfs_dquot_t *gdqp, in xfs_qm_vop_chown_reserve()
2627 xfs_dquot_t *unresudq, *unresgdq, *delblksudq, *delblksgdq; in xfs_qm_vop_chown_reserve()
2724 xfs_dquot_t *udqp, in xfs_qm_vop_dqattach_and_dqmod_newinode()
2725 xfs_dquot_t *gdqp) in xfs_qm_vop_dqattach_and_dqmod_newinode()
2757 ql->qh_next = ql->qh_prev = (xfs_dquot_t *) ql; in xfs_qm_freelist_init()
2766 xfs_dquot_t *dqp, *nextdqp; in xfs_qm_freelist_destroy()
2770 dqp != (xfs_dquot_t *)ql; ) { in xfs_qm_freelist_destroy()
2790 xfs_qm_freelist_insert(xfs_frlist_t *ql, xfs_dquot_t *dq) in xfs_qm_freelist_insert()
2793 dq->dq_flprev = (xfs_dquot_t *)ql; in xfs_qm_freelist_insert()
2801 xfs_qm_freelist_unlink(xfs_dquot_t *dq) in xfs_qm_freelist_unlink()
2803 xfs_dquot_t *next = dq->dq_flnext; in xfs_qm_freelist_unlink()
2804 xfs_dquot_t *prev = dq->dq_flprev; in xfs_qm_freelist_unlink()
2814 xfs_qm_freelist_append(xfs_frlist_t *ql, xfs_dquot_t *dq) in xfs_qm_freelist_append()
2821 xfs_dquot_t *dqp) in xfs_qm_dqhashlock_nowait()