Lines Matching defs:bitmap
187 static errcode_t rb_alloc_private_data (ext2fs_generic_bitmap_64 bitmap) in rb_alloc_private_data()
211 ext2fs_generic_bitmap_64 bitmap) in rb_new_bmap()
235 static void rb_free_bmap(ext2fs_generic_bitmap_64 bitmap) in rb_free_bmap()
585 static int rb_mark_bmap(ext2fs_generic_bitmap_64 bitmap, __u64 arg) in rb_mark_bmap()
598 static int rb_unmark_bmap(ext2fs_generic_bitmap_64 bitmap, __u64 arg) in rb_unmark_bmap()
613 static int rb_test_bmap(ext2fs_generic_bitmap_64 bitmap, __u64 arg) in rb_test_bmap()
623 static void rb_mark_bmap_extent(ext2fs_generic_bitmap_64 bitmap, __u64 arg, in rb_mark_bmap_extent()
635 static void rb_unmark_bmap_extent(ext2fs_generic_bitmap_64 bitmap, __u64 arg, in rb_unmark_bmap_extent()
647 static int rb_test_clear_bmap_extent(ext2fs_generic_bitmap_64 bitmap, in rb_test_clear_bmap_extent()
703 static errcode_t rb_set_bmap_range(ext2fs_generic_bitmap_64 bitmap, in rb_set_bmap_range()
749 static errcode_t rb_get_bmap_range(ext2fs_generic_bitmap_64 bitmap, in rb_get_bmap_range()
814 static void rb_clear_bmap(ext2fs_generic_bitmap_64 bitmap) in rb_clear_bmap()
827 static errcode_t rb_find_first_zero(ext2fs_generic_bitmap_64 bitmap, in rb_find_first_zero()
863 static errcode_t rb_find_first_set(ext2fs_generic_bitmap_64 bitmap, in rb_find_first_set()
912 static void rb_print_stats(ext2fs_generic_bitmap_64 bitmap) in rb_print_stats()