Lines Matching refs:xfs_bitmap_range
31 struct xfs_bitmap_range *bmr; in xfs_bitmap_set()
33 bmr = kmem_alloc(sizeof(struct xfs_bitmap_range), KM_MAYFAIL); in xfs_bitmap_set()
50 struct xfs_bitmap_range *bmr; in xfs_bitmap_destroy()
51 struct xfs_bitmap_range *n; in xfs_bitmap_destroy()
74 struct xfs_bitmap_range *ap; in xfs_bitmap_range_cmp()
75 struct xfs_bitmap_range *bp; in xfs_bitmap_range_cmp()
77 ap = container_of(a, struct xfs_bitmap_range, list); in xfs_bitmap_range_cmp()
78 bp = container_of(b, struct xfs_bitmap_range, list); in xfs_bitmap_range_cmp()
109 struct xfs_bitmap_range *br; in xfs_bitmap_disunion()
110 struct xfs_bitmap_range *new_br; in xfs_bitmap_disunion()
111 struct xfs_bitmap_range *sub_br; in xfs_bitmap_disunion()
132 sub_br = list_first_entry(&sub->list, struct xfs_bitmap_range, in xfs_bitmap_disunion()
136 br = list_entry(lp, struct xfs_bitmap_range, list); in xfs_bitmap_disunion()
189 new_br = kmem_alloc(sizeof(struct xfs_bitmap_range), in xfs_bitmap_disunion()