Searched refs:ebitmap (Results 1 – 1 of 1) sorted by relevance
/fs/btrfs/ |
D | scrub.c | 149 unsigned long *ebitmap; member 2438 __scrub_mark_bitmap(sparity, sparity->ebitmap, start, len); in scrub_parity_mark_sectors_error() 2780 nbits = bitmap_weight(sparity->ebitmap, sparity->nsectors); in scrub_free_parity() 2812 bitmap_or(sparity->ebitmap, sparity->ebitmap, sparity->dbitmap, in scrub_parity_bio_endio() 2832 if (!bitmap_andnot(sparity->dbitmap, sparity->dbitmap, sparity->ebitmap, in scrub_parity_check_and_repair() 2865 bitmap_or(sparity->ebitmap, sparity->ebitmap, sparity->dbitmap, in scrub_parity_check_and_repair() 2944 sparity->ebitmap = (void *)sparity->bitmap + bitmap_len; in scrub_raid56_parity()
|