Lines Matching refs:xfs_bitmap_range
26 struct xfs_bitmap_range *bmr; in xfs_bitmap_set()
28 bmr = kmem_alloc(sizeof(struct xfs_bitmap_range), KM_MAYFAIL); in xfs_bitmap_set()
45 struct xfs_bitmap_range *bmr; in xfs_bitmap_destroy()
46 struct xfs_bitmap_range *n; in xfs_bitmap_destroy()
69 struct xfs_bitmap_range *ap; in xfs_bitmap_range_cmp()
70 struct xfs_bitmap_range *bp; in xfs_bitmap_range_cmp()
72 ap = container_of(a, struct xfs_bitmap_range, list); in xfs_bitmap_range_cmp()
73 bp = container_of(b, struct xfs_bitmap_range, list); in xfs_bitmap_range_cmp()
104 struct xfs_bitmap_range *br; in xfs_bitmap_disunion()
105 struct xfs_bitmap_range *new_br; in xfs_bitmap_disunion()
106 struct xfs_bitmap_range *sub_br; in xfs_bitmap_disunion()
127 sub_br = list_first_entry(&sub->list, struct xfs_bitmap_range, in xfs_bitmap_disunion()
131 br = list_entry(lp, struct xfs_bitmap_range, list); in xfs_bitmap_disunion()
184 new_br = kmem_alloc(sizeof(struct xfs_bitmap_range), in xfs_bitmap_disunion()