Lines Matching refs:xfs_extent_busy
30 struct xfs_extent_busy *new; in xfs_extent_busy_insert()
31 struct xfs_extent_busy *busyp; in xfs_extent_busy_insert()
36 new = kmem_zalloc(sizeof(struct xfs_extent_busy), KM_SLEEP); in xfs_extent_busy_insert()
51 busyp = rb_entry(parent, struct xfs_extent_busy, rb_node); in xfs_extent_busy_insert()
90 struct xfs_extent_busy *busyp; in xfs_extent_busy_search()
100 busyp = rb_entry(rbp, struct xfs_extent_busy, rb_node); in xfs_extent_busy_search()
137 struct xfs_extent_busy *busyp, in xfs_extent_busy_update_extent()
299 struct xfs_extent_busy *busyp = in xfs_extent_busy_reuse()
300 rb_entry(rbp, struct xfs_extent_busy, rb_node); in xfs_extent_busy_reuse()
352 struct xfs_extent_busy *busyp = in xfs_extent_busy_trim()
353 rb_entry(rbp, struct xfs_extent_busy, rb_node); in xfs_extent_busy_trim()
526 struct xfs_extent_busy *busyp) in xfs_extent_busy_clear_one()
564 struct xfs_extent_busy *busyp, *n; in xfs_extent_busy_clear()
649 struct xfs_extent_busy *b1 = in xfs_extent_busy_ag_cmp()
650 container_of(l1, struct xfs_extent_busy, list); in xfs_extent_busy_ag_cmp()
651 struct xfs_extent_busy *b2 = in xfs_extent_busy_ag_cmp()
652 container_of(l2, struct xfs_extent_busy, list); in xfs_extent_busy_ag_cmp()