Home
last modified time | relevance | path

Searched refs:ext2fs_rb_private (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dblkmap64_rb.c43 struct ext2fs_rb_private { struct
66 struct ext2fs_rb_private *); argument
162 static void rb_free_extent(struct ext2fs_rb_private *bp, in rb_free_extent()
176 struct ext2fs_rb_private *bp; in rb_alloc_private_data()
179 retval = ext2fs_get_mem(sizeof (struct ext2fs_rb_private), &bp); in rb_alloc_private_data()
224 struct ext2fs_rb_private *bp; in rb_free_bmap()
226 bp = (struct ext2fs_rb_private *) bitmap->private; in rb_free_bmap()
236 struct ext2fs_rb_private *src_bp, *dest_bp; in rb_copy_bmap()
245 src_bp = (struct ext2fs_rb_private *) src->private; in rb_copy_bmap()
246 dest_bp = (struct ext2fs_rb_private *) dest->private; in rb_copy_bmap()
[all …]