Lines Matching refs:xfs_dquot

37 STATIC void	xfs_qm_dqfree_one(struct xfs_dquot *dqp);
51 int (*execute)(struct xfs_dquot *dqp, void *data), in xfs_qm_dquot_walk()
67 struct xfs_dquot *batch[XFS_DQ_LOOKUP_BATCH]; in xfs_qm_dquot_walk()
80 struct xfs_dquot *dqp = batch[i]; in xfs_qm_dquot_walk()
119 struct xfs_dquot *dqp, in xfs_qm_dqpurge()
254 struct xfs_dquot **IO_idqpp) in xfs_qm_dqattach_one()
256 struct xfs_dquot *dqp; in xfs_qm_dqattach_one()
422 struct xfs_dquot *dqp = container_of(item, in xfs_qm_dquot_isolate()
423 struct xfs_dquot, q_lru); in xfs_qm_dquot_isolate()
523 struct xfs_dquot *dqp; in xfs_qm_shrink_scan()
525 dqp = list_first_entry(&isol.dispose, struct xfs_dquot, q_lru); in xfs_qm_shrink_scan()
550 struct xfs_dquot *dqp; in xfs_qm_set_defquota()
581 struct xfs_dquot *dqp; in xfs_qm_init_timelimits()
1079 struct xfs_dquot *dqp; in xfs_qm_quotacheck_dqadjust()
1218 struct xfs_dquot *dqp, in xfs_qm_flush_one()
1596 struct xfs_dquot *dqp) in xfs_qm_dqfree_one()
1630 struct xfs_dquot **O_udqpp, in xfs_qm_vop_dqalloc()
1631 struct xfs_dquot **O_gdqpp, in xfs_qm_vop_dqalloc()
1632 struct xfs_dquot **O_pdqpp) in xfs_qm_vop_dqalloc()
1637 struct xfs_dquot *uq = NULL; in xfs_qm_vop_dqalloc()
1638 struct xfs_dquot *gq = NULL; in xfs_qm_vop_dqalloc()
1639 struct xfs_dquot *pq = NULL; in xfs_qm_vop_dqalloc()
1761 struct xfs_dquot *
1765 struct xfs_dquot **IO_olddq, in xfs_qm_vop_chown()
1766 struct xfs_dquot *newdq) in xfs_qm_vop_chown()
1768 struct xfs_dquot *prevdq; in xfs_qm_vop_chown()
1804 struct xfs_dquot *udqp, in xfs_qm_vop_chown_reserve()
1805 struct xfs_dquot *gdqp, in xfs_qm_vop_chown_reserve()
1806 struct xfs_dquot *pdqp, in xfs_qm_vop_chown_reserve()
1812 struct xfs_dquot *udq_unres = NULL; in xfs_qm_vop_chown_reserve()
1813 struct xfs_dquot *gdq_unres = NULL; in xfs_qm_vop_chown_reserve()
1814 struct xfs_dquot *pdq_unres = NULL; in xfs_qm_vop_chown_reserve()
1815 struct xfs_dquot *udq_delblks = NULL; in xfs_qm_vop_chown_reserve()
1816 struct xfs_dquot *gdq_delblks = NULL; in xfs_qm_vop_chown_reserve()
1817 struct xfs_dquot *pdq_delblks = NULL; in xfs_qm_vop_chown_reserve()
1922 struct xfs_dquot *udqp, in xfs_qm_vop_create_dqattach()
1923 struct xfs_dquot *gdqp, in xfs_qm_vop_create_dqattach()
1924 struct xfs_dquot *pdqp) in xfs_qm_vop_create_dqattach()