Searched refs:ext2fs_rb_private (Results 1 – 1 of 1) sorted by relevance
43 struct ext2fs_rb_private { struct66 struct ext2fs_rb_private *); argument168 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()[all …]