Lines Matching refs:xfs_dquot
51 STATIC void xfs_qm_dqfree_one(struct xfs_dquot *dqp);
65 int (*execute)(struct xfs_dquot *dqp, void *data), in xfs_qm_dquot_walk()
81 struct xfs_dquot *batch[XFS_DQ_LOOKUP_BATCH]; in xfs_qm_dquot_walk()
94 struct xfs_dquot *dqp = batch[i]; in xfs_qm_dquot_walk()
130 struct xfs_dquot *dqp, in xfs_qm_dqpurge()
438 struct xfs_dquot *dqp = container_of(item, in xfs_qm_dquot_isolate()
439 struct xfs_dquot, q_lru); in xfs_qm_dquot_isolate()
542 struct xfs_dquot *dqp; in xfs_qm_shrink_scan()
544 dqp = list_first_entry(&isol.dispose, struct xfs_dquot, q_lru); in xfs_qm_shrink_scan()
1046 struct xfs_dquot *dqp; in xfs_qm_quotacheck_dqadjust()
1218 struct xfs_dquot *dqp, in xfs_qm_flush_one()
1571 struct xfs_dquot *dqp) in xfs_qm_dqfree_one()
1606 struct xfs_dquot **O_udqpp, in xfs_qm_vop_dqalloc()
1607 struct xfs_dquot **O_gdqpp, in xfs_qm_vop_dqalloc()
1608 struct xfs_dquot **O_pdqpp) in xfs_qm_vop_dqalloc()
1611 struct xfs_dquot *uq = NULL; in xfs_qm_vop_dqalloc()
1612 struct xfs_dquot *gq = NULL; in xfs_qm_vop_dqalloc()
1613 struct xfs_dquot *pq = NULL; in xfs_qm_vop_dqalloc()
1785 struct xfs_dquot *udqp, in xfs_qm_vop_chown_reserve()
1786 struct xfs_dquot *gdqp, in xfs_qm_vop_chown_reserve()
1787 struct xfs_dquot *pdqp, in xfs_qm_vop_chown_reserve()
1792 struct xfs_dquot *udq_unres = NULL; in xfs_qm_vop_chown_reserve()
1793 struct xfs_dquot *gdq_unres = NULL; in xfs_qm_vop_chown_reserve()
1794 struct xfs_dquot *pdq_unres = NULL; in xfs_qm_vop_chown_reserve()
1795 struct xfs_dquot *udq_delblks = NULL; in xfs_qm_vop_chown_reserve()
1796 struct xfs_dquot *gdq_delblks = NULL; in xfs_qm_vop_chown_reserve()
1797 struct xfs_dquot *pdq_delblks = NULL; in xfs_qm_vop_chown_reserve()
1905 struct xfs_dquot *udqp, in xfs_qm_vop_create_dqattach()
1906 struct xfs_dquot *gdqp, in xfs_qm_vop_create_dqattach()
1907 struct xfs_dquot *pdqp) in xfs_qm_vop_create_dqattach()