Lines Matching refs:xfs_extent_busy
42 struct xfs_extent_busy *new; in xfs_extent_busy_insert()
43 struct xfs_extent_busy *busyp; in xfs_extent_busy_insert()
48 new = kmem_zalloc(sizeof(struct xfs_extent_busy), KM_MAYFAIL); in xfs_extent_busy_insert()
74 busyp = rb_entry(parent, struct xfs_extent_busy, rb_node); in xfs_extent_busy_insert()
113 struct xfs_extent_busy *busyp; in xfs_extent_busy_search()
123 busyp = rb_entry(rbp, struct xfs_extent_busy, rb_node); in xfs_extent_busy_search()
160 struct xfs_extent_busy *busyp, in xfs_extent_busy_update_extent()
322 struct xfs_extent_busy *busyp = in xfs_extent_busy_reuse()
323 rb_entry(rbp, struct xfs_extent_busy, rb_node); in xfs_extent_busy_reuse()
369 struct xfs_extent_busy *busyp = in xfs_extent_busy_trim()
370 rb_entry(rbp, struct xfs_extent_busy, rb_node); in xfs_extent_busy_trim()
542 struct xfs_extent_busy *busyp) in xfs_extent_busy_clear_one()
565 struct xfs_extent_busy *busyp, *n; in xfs_extent_busy_clear()
602 return container_of(a, struct xfs_extent_busy, list)->agno - in xfs_extent_busy_ag_cmp()
603 container_of(b, struct xfs_extent_busy, list)->agno; in xfs_extent_busy_ag_cmp()