Lines Matching refs:rcursor
42 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()
333 if (bit >= rcursor->start && bit < rcursor->start + rcursor->count) { in rb_test_bit()
342 next = ext2fs_rb_next(&rcursor->node); in rb_test_bit()
348 if ((bit >= rcursor->start + rcursor->count) && in rb_test_bit()
356 bp->rcursor = NULL; in rb_test_bit()
359 rcursor = bp->wcursor; in rb_test_bit()
360 if (!rcursor) in rb_test_bit()
363 if (bit >= rcursor->start && bit < rcursor->start + rcursor->count) in rb_test_bit()
376 bp->rcursor = ext; in rb_test_bit()
799 bp->rcursor = NULL; in rb_clear_bmap()