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 = kzalloc(sizeof(struct xfs_extent_busy), in xfs_extent_busy_insert_list()
50 busyp = rb_entry(parent, struct xfs_extent_busy, rb_node); in xfs_extent_busy_insert_list()
110 struct xfs_extent_busy *busyp; in xfs_extent_busy_search()
117 busyp = rb_entry(rbp, struct xfs_extent_busy, rb_node); in xfs_extent_busy_search()
153 struct xfs_extent_busy *busyp, in xfs_extent_busy_update_extent()
313 struct xfs_extent_busy *busyp = in xfs_extent_busy_reuse()
314 rb_entry(rbp, struct xfs_extent_busy, rb_node); in xfs_extent_busy_reuse()
364 struct xfs_extent_busy *busyp = in xfs_extent_busy_trim()
365 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()
554 struct xfs_extent_busy *busyp, *next; in xfs_extent_busy_clear()
663 struct xfs_extent_busy *b1 = in xfs_extent_busy_ag_cmp()
664 container_of(l1, struct xfs_extent_busy, list); in xfs_extent_busy_ag_cmp()
665 struct xfs_extent_busy *b2 = in xfs_extent_busy_ag_cmp()
666 container_of(l2, struct xfs_extent_busy, list); in xfs_extent_busy_ag_cmp()