Lines Matching refs:xfs_dquot

36 STATIC void	xfs_qm_dqfree_one(struct xfs_dquot *dqp);
50 int (*execute)(struct xfs_dquot *dqp, void *data), in xfs_qm_dquot_walk()
66 struct xfs_dquot *batch[XFS_DQ_LOOKUP_BATCH]; in xfs_qm_dquot_walk()
79 struct xfs_dquot *dqp = batch[i]; in xfs_qm_dquot_walk()
118 struct xfs_dquot *dqp, in xfs_qm_dqpurge()
418 struct xfs_dquot *dqp = container_of(item, in xfs_qm_dquot_isolate()
419 struct xfs_dquot, q_lru); in xfs_qm_dquot_isolate()
519 struct xfs_dquot *dqp; in xfs_qm_shrink_scan()
521 dqp = list_first_entry(&isol.dispose, struct xfs_dquot, q_lru); in xfs_qm_shrink_scan()
578 struct xfs_dquot *dqp; in xfs_qm_init_timelimits()
1063 struct xfs_dquot *dqp; in xfs_qm_quotacheck_dqadjust()
1202 struct xfs_dquot *dqp, in xfs_qm_flush_one()
1580 struct xfs_dquot *dqp) in xfs_qm_dqfree_one()
1615 struct xfs_dquot **O_udqpp, in xfs_qm_vop_dqalloc()
1616 struct xfs_dquot **O_gdqpp, in xfs_qm_vop_dqalloc()
1617 struct xfs_dquot **O_pdqpp) in xfs_qm_vop_dqalloc()
1620 struct xfs_dquot *uq = NULL; in xfs_qm_vop_dqalloc()
1621 struct xfs_dquot *gq = NULL; in xfs_qm_vop_dqalloc()
1622 struct xfs_dquot *pq = NULL; in xfs_qm_vop_dqalloc()
1783 struct xfs_dquot *udqp, in xfs_qm_vop_chown_reserve()
1784 struct xfs_dquot *gdqp, in xfs_qm_vop_chown_reserve()
1785 struct xfs_dquot *pdqp, in xfs_qm_vop_chown_reserve()
1791 struct xfs_dquot *udq_unres = NULL; in xfs_qm_vop_chown_reserve()
1792 struct xfs_dquot *gdq_unres = NULL; in xfs_qm_vop_chown_reserve()
1793 struct xfs_dquot *pdq_unres = NULL; in xfs_qm_vop_chown_reserve()
1794 struct xfs_dquot *udq_delblks = NULL; in xfs_qm_vop_chown_reserve()
1795 struct xfs_dquot *gdq_delblks = NULL; in xfs_qm_vop_chown_reserve()
1796 struct xfs_dquot *pdq_delblks = NULL; in xfs_qm_vop_chown_reserve()
1904 struct xfs_dquot *udqp, in xfs_qm_vop_create_dqattach()
1905 struct xfs_dquot *gdqp, in xfs_qm_vop_create_dqattach()
1906 struct xfs_dquot *pdqp) in xfs_qm_vop_create_dqattach()