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()
252 struct xfs_dquot **IO_idqpp) in xfs_qm_dqattach_one()
254 struct xfs_dquot *dqp; in xfs_qm_dqattach_one()
418 struct xfs_dquot *dqp = container_of(item, in xfs_qm_dquot_isolate()
419 struct xfs_dquot, q_lru); in xfs_qm_dquot_isolate()
527 struct xfs_dquot *dqp; in xfs_qm_shrink_scan()
529 dqp = list_first_entry(&isol.dispose, struct xfs_dquot, q_lru); in xfs_qm_shrink_scan()
554 struct xfs_dquot *dqp; in xfs_qm_set_defquota()
585 struct xfs_dquot *dqp; in xfs_qm_init_timelimits()
1080 struct xfs_dquot *dqp; in xfs_qm_quotacheck_dqadjust()
1231 struct xfs_dquot *dqp, in xfs_qm_flush_one()
1634 struct xfs_dquot *dqp) in xfs_qm_dqfree_one()
1668 struct xfs_dquot **O_udqpp, in xfs_qm_vop_dqalloc()
1669 struct xfs_dquot **O_gdqpp, in xfs_qm_vop_dqalloc()
1670 struct xfs_dquot **O_pdqpp) in xfs_qm_vop_dqalloc()
1675 struct xfs_dquot *uq = NULL; in xfs_qm_vop_dqalloc()
1676 struct xfs_dquot *gq = NULL; in xfs_qm_vop_dqalloc()
1677 struct xfs_dquot *pq = NULL; in xfs_qm_vop_dqalloc()
1799 struct xfs_dquot *
1803 struct xfs_dquot **IO_olddq, in xfs_qm_vop_chown()
1804 struct xfs_dquot *newdq) in xfs_qm_vop_chown()
1806 struct xfs_dquot *prevdq; in xfs_qm_vop_chown()
1890 struct xfs_dquot *udqp, in xfs_qm_vop_create_dqattach()
1891 struct xfs_dquot *gdqp, in xfs_qm_vop_create_dqattach()
1892 struct xfs_dquot *pdqp) in xfs_qm_vop_create_dqattach()
1930 struct xfs_dquot *dqp; in xfs_inode_near_dquot_enforcement()