Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dblkmap64_rb.c42 struct bmap_rb_extent *rcursor; member
165 if (bp->rcursor == ext) in rb_free_extent()
166 bp->rcursor = NULL; in rb_free_extent()
182 bp->rcursor = NULL; in rb_alloc_private_data()
245 src_bp->rcursor = NULL; in rb_copy_bmap()
246 dest_bp->rcursor = NULL; in rb_copy_bmap()
309 bp->rcursor = NULL; in rb_resize_bmap()
324 struct bmap_rb_extent *rcursor, *next_ext = NULL; in rb_test_bit() local
329 rcursor = bp->rcursor; in rb_test_bit()
330 if (!rcursor) in rb_test_bit()
[all …]