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()
35 new = kmem_zalloc(sizeof(struct xfs_extent_busy), 0); in xfs_extent_busy_insert()
49 busyp = rb_entry(parent, struct xfs_extent_busy, rb_node); in xfs_extent_busy_insert()
86 struct xfs_extent_busy *busyp; in xfs_extent_busy_search()
93 busyp = rb_entry(rbp, struct xfs_extent_busy, rb_node); in xfs_extent_busy_search()
129 struct xfs_extent_busy *busyp, in xfs_extent_busy_update_extent()
288 struct xfs_extent_busy *busyp = in xfs_extent_busy_reuse()
289 rb_entry(rbp, struct xfs_extent_busy, rb_node); in xfs_extent_busy_reuse()
339 struct xfs_extent_busy *busyp = in xfs_extent_busy_trim()
340 rb_entry(rbp, struct xfs_extent_busy, rb_node); in xfs_extent_busy_trim()
500 struct xfs_extent_busy *busyp) in xfs_extent_busy_clear_one()
538 struct xfs_extent_busy *busyp, *n; in xfs_extent_busy_clear()
620 struct xfs_extent_busy *b1 = in xfs_extent_busy_ag_cmp()
621 container_of(l1, struct xfs_extent_busy, list); in xfs_extent_busy_ag_cmp()
622 struct xfs_extent_busy *b2 = in xfs_extent_busy_ag_cmp()
623 container_of(l2, struct xfs_extent_busy, list); in xfs_extent_busy_ag_cmp()