Lines Matching refs:xfs_extent_busy
30 struct xfs_extent_busy *new; in xfs_extent_busy_insert_list()
31 struct xfs_extent_busy *busyp; in xfs_extent_busy_insert_list()
35 new = kmem_zalloc(sizeof(struct xfs_extent_busy), 0); in xfs_extent_busy_insert_list()
49 busyp = rb_entry(parent, struct xfs_extent_busy, rb_node); in xfs_extent_busy_insert_list()
109 struct xfs_extent_busy *busyp; in xfs_extent_busy_search()
116 busyp = rb_entry(rbp, struct xfs_extent_busy, rb_node); in xfs_extent_busy_search()
152 struct xfs_extent_busy *busyp, in xfs_extent_busy_update_extent()
312 struct xfs_extent_busy *busyp = in xfs_extent_busy_reuse()
313 rb_entry(rbp, struct xfs_extent_busy, rb_node); in xfs_extent_busy_reuse()
363 struct xfs_extent_busy *busyp = in xfs_extent_busy_trim()
364 rb_entry(rbp, struct xfs_extent_busy, rb_node); in xfs_extent_busy_trim()
524 struct xfs_extent_busy *busyp) in xfs_extent_busy_clear_one()
562 struct xfs_extent_busy *busyp, *n; in xfs_extent_busy_clear()
670 struct xfs_extent_busy *b1 = in xfs_extent_busy_ag_cmp()
671 container_of(l1, struct xfs_extent_busy, list); in xfs_extent_busy_ag_cmp()
672 struct xfs_extent_busy *b2 = in xfs_extent_busy_ag_cmp()
673 container_of(l2, struct xfs_extent_busy, list); in xfs_extent_busy_ag_cmp()