Lines Matching refs:xfs_dquot
40 STATIC void xfs_qm_dqfree_one(struct xfs_dquot *dqp);
54 int (*execute)(struct xfs_dquot *dqp, void *data), in xfs_qm_dquot_walk()
70 struct xfs_dquot *batch[XFS_DQ_LOOKUP_BATCH]; in xfs_qm_dquot_walk()
83 struct xfs_dquot *dqp = batch[i]; in xfs_qm_dquot_walk()
122 struct xfs_dquot *dqp, in xfs_qm_dqpurge()
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()
582 struct xfs_dquot *dqp; in xfs_qm_init_timelimits()
1067 struct xfs_dquot *dqp; in xfs_qm_quotacheck_dqadjust()
1215 struct xfs_dquot *dqp, in xfs_qm_flush_one()
1606 struct xfs_dquot *dqp) in xfs_qm_dqfree_one()
1641 struct xfs_dquot **O_udqpp, in xfs_qm_vop_dqalloc()
1642 struct xfs_dquot **O_gdqpp, in xfs_qm_vop_dqalloc()
1643 struct xfs_dquot **O_pdqpp) in xfs_qm_vop_dqalloc()
1646 struct xfs_dquot *uq = NULL; in xfs_qm_vop_dqalloc()
1647 struct xfs_dquot *gq = NULL; in xfs_qm_vop_dqalloc()
1648 struct xfs_dquot *pq = NULL; in xfs_qm_vop_dqalloc()
1809 struct xfs_dquot *udqp, in xfs_qm_vop_chown_reserve()
1810 struct xfs_dquot *gdqp, in xfs_qm_vop_chown_reserve()
1811 struct xfs_dquot *pdqp, in xfs_qm_vop_chown_reserve()
1816 struct xfs_dquot *udq_unres = NULL; in xfs_qm_vop_chown_reserve()
1817 struct xfs_dquot *gdq_unres = NULL; in xfs_qm_vop_chown_reserve()
1818 struct xfs_dquot *pdq_unres = NULL; in xfs_qm_vop_chown_reserve()
1819 struct xfs_dquot *udq_delblks = NULL; in xfs_qm_vop_chown_reserve()
1820 struct xfs_dquot *gdq_delblks = NULL; in xfs_qm_vop_chown_reserve()
1821 struct xfs_dquot *pdq_delblks = NULL; in xfs_qm_vop_chown_reserve()
1929 struct xfs_dquot *udqp, in xfs_qm_vop_create_dqattach()
1930 struct xfs_dquot *gdqp, in xfs_qm_vop_create_dqattach()
1931 struct xfs_dquot *pdqp) in xfs_qm_vop_create_dqattach()