Lines Matching refs:ext2fs_rb_private
43 struct ext2fs_rb_private { struct
66 struct ext2fs_rb_private *); argument
168 static void rb_free_extent(struct ext2fs_rb_private *bp, in rb_free_extent()
182 struct ext2fs_rb_private *bp; in rb_alloc_private_data()
185 retval = ext2fs_get_mem(sizeof (struct ext2fs_rb_private), &bp); in rb_alloc_private_data()
230 struct ext2fs_rb_private *bp; in rb_free_bmap()
232 bp = (struct ext2fs_rb_private *) bitmap->private; in rb_free_bmap()
242 struct ext2fs_rb_private *src_bp, *dest_bp; in rb_copy_bmap()
251 src_bp = (struct ext2fs_rb_private *) src->private; in rb_copy_bmap()
252 dest_bp = (struct ext2fs_rb_private *) dest->private; in rb_copy_bmap()
308 struct ext2fs_rb_private *bp; in rb_resize_bmap()
310 bp = (struct ext2fs_rb_private *) bmap->private; in rb_resize_bmap()
328 rb_test_bit(struct ext2fs_rb_private *bp, __u64 bit) in rb_test_bit()
391 struct ext2fs_rb_private *bp) in rb_insert_extent()
495 struct ext2fs_rb_private *bp) in rb_remove_extent()
580 struct ext2fs_rb_private *bp; in rb_mark_bmap()
583 bp = (struct ext2fs_rb_private *) bitmap->private; in rb_mark_bmap()
593 struct ext2fs_rb_private *bp; in rb_unmark_bmap()
596 bp = (struct ext2fs_rb_private *) bitmap->private; in rb_unmark_bmap()
608 struct ext2fs_rb_private *bp; in rb_test_bmap()
610 bp = (struct ext2fs_rb_private *) bitmap->private; in rb_test_bmap()
619 struct ext2fs_rb_private *bp; in rb_mark_bmap_extent()
621 bp = (struct ext2fs_rb_private *) bitmap->private; in rb_mark_bmap_extent()
631 struct ext2fs_rb_private *bp; in rb_unmark_bmap_extent()
633 bp = (struct ext2fs_rb_private *) bitmap->private; in rb_unmark_bmap_extent()
645 struct ext2fs_rb_private *bp; in rb_test_clear_bmap_extent()
649 bp = (struct ext2fs_rb_private *) bitmap->private; in rb_test_clear_bmap_extent()
699 struct ext2fs_rb_private *bp; in rb_set_bmap_range()
704 bp = (struct ext2fs_rb_private *) bitmap->private; in rb_set_bmap_range()
747 struct ext2fs_rb_private *bp; in rb_get_bmap_range()
751 bp = (struct ext2fs_rb_private *) bitmap->private; in rb_get_bmap_range()
809 struct ext2fs_rb_private *bp; in rb_clear_bmap()
811 bp = (struct ext2fs_rb_private *) bitmap->private; in rb_clear_bmap()
824 struct ext2fs_rb_private *bp; in rb_find_first_zero()
827 bp = (struct ext2fs_rb_private *) bitmap->private; in rb_find_first_zero()
861 struct ext2fs_rb_private *bp; in rb_find_first_set()
864 bp = (struct ext2fs_rb_private *) bitmap->private; in rb_find_first_set()
907 struct ext2fs_rb_private *bp; in rb_print_stats()
920 bp = (struct ext2fs_rb_private *) bitmap->private; in rb_print_stats()
953 sizeof(struct ext2fs_rb_private))); in rb_print_stats()