Searched refs:dbitmap (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | raid56.c | 168 unsigned long *dbitmap; member 336 bitmap_or(dest->dbitmap, victim->dbitmap, dest->dbitmap, in merge_rbio() 885 bitmap_clear(rbio->dbitmap, 0, rbio->stripe_npages); in rbio_orig_end_io() 995 sizeof(*rbio->dbitmap) * BITS_TO_LONGS(stripe_npages) + in alloc_rbio() 1031 CONSUME_ALLOC(rbio->dbitmap, BITS_TO_LONGS(stripe_npages)); in alloc_rbio() 1220 ASSERT(bitmap_weight(rbio->dbitmap, rbio->stripe_npages)); in finish_rmw() 1297 if (!test_bit(pagenr, rbio->dbitmap)) in finish_rmw() 1326 if (!test_bit(pagenr, rbio->dbitmap)) in finish_rmw() 1776 set_bit(bit, rbio->dbitmap); in rbio_add_bio() 1868 !test_bit(pagenr, rbio->dbitmap)) in __raid_recover_end_io() [all …]
|
| H A D | raid56.h | 46 unsigned long *dbitmap, int stripe_nsectors);
|
| H A D | scrub.c | 144 unsigned long *dbitmap; member 2336 __scrub_mark_bitmap(sparity, sparity->dbitmap, start, len); in scrub_parity_mark_sectors_data() 2670 bitmap_or(sparity->ebitmap, sparity->ebitmap, sparity->dbitmap, in scrub_parity_bio_endio() 2690 if (!bitmap_andnot(sparity->dbitmap, sparity->dbitmap, sparity->ebitmap, in scrub_parity_check_and_repair() 2709 sparity->dbitmap, in scrub_parity_check_and_repair() 2723 bitmap_or(sparity->ebitmap, sparity->ebitmap, sparity->dbitmap, in scrub_parity_check_and_repair() 2798 sparity->dbitmap = sparity->bitmap; in scrub_raid56_parity()
|