Lines Matching defs:bitmap
180 static errcode_t rb_alloc_private_data (ext2fs_generic_bitmap_64 bitmap) in rb_alloc_private_data()
204 ext2fs_generic_bitmap_64 bitmap) in rb_new_bmap()
228 static void rb_free_bmap(ext2fs_generic_bitmap_64 bitmap) in rb_free_bmap()
578 static int rb_mark_bmap(ext2fs_generic_bitmap_64 bitmap, __u64 arg) in rb_mark_bmap()
591 static int rb_unmark_bmap(ext2fs_generic_bitmap_64 bitmap, __u64 arg) in rb_unmark_bmap()
606 static int rb_test_bmap(ext2fs_generic_bitmap_64 bitmap, __u64 arg) in rb_test_bmap()
616 static void rb_mark_bmap_extent(ext2fs_generic_bitmap_64 bitmap, __u64 arg, in rb_mark_bmap_extent()
628 static void rb_unmark_bmap_extent(ext2fs_generic_bitmap_64 bitmap, __u64 arg, in rb_unmark_bmap_extent()
640 static int rb_test_clear_bmap_extent(ext2fs_generic_bitmap_64 bitmap, in rb_test_clear_bmap_extent()
696 static errcode_t rb_set_bmap_range(ext2fs_generic_bitmap_64 bitmap, in rb_set_bmap_range()
742 static errcode_t rb_get_bmap_range(ext2fs_generic_bitmap_64 bitmap, in rb_get_bmap_range()
807 static void rb_clear_bmap(ext2fs_generic_bitmap_64 bitmap) in rb_clear_bmap()
820 static errcode_t rb_find_first_zero(ext2fs_generic_bitmap_64 bitmap, in rb_find_first_zero()
856 static errcode_t rb_find_first_set(ext2fs_generic_bitmap_64 bitmap, in rb_find_first_set()
905 static void rb_print_stats(ext2fs_generic_bitmap_64 bitmap) in rb_print_stats()