Home
last modified time | relevance | path

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

/fs/btrfs/
A Draid56.c160 bitmap_free(rbio->error_bitmap); in free_raid_bio_pointers()
1030 !rbio->finish_pointers || !rbio->error_bitmap) { in alloc_rbio()
1112 if (test_bit(total_sector_nr, rbio->error_bitmap)) { in get_rbio_veritical_errors()
1165 rbio->error_bitmap); in rbio_add_io_sector()
1465 bitmap_set(rbio->error_bitmap, total_nr_sector, in set_rbio_range_error()
1481 bitmap_set(rbio->error_bitmap, in set_rbio_range_error()
1567 set_bit(i, rbio->error_bitmap); in rbio_update_error_bitmap()
1605 set_bit(total_sector_nr, rbio->error_bitmap); in verify_bio_data_sectors()
2071 test_bit(total_sector_nr, rbio->error_bitmap)) { in recover_rbio()
2076 set_bit(total_sector_nr, rbio->error_bitmap); in recover_rbio()
[all …]
A Draid56.h139 unsigned long *error_bitmap; member
A Dscrub.c981 const unsigned long error_bitmap = scrub_bitmap_read_error(stripe); in scrub_stripe_report_errors() local
1033 !test_bit(sector_nr, &error_bitmap)) { in scrub_stripe_report_errors()
1111 bitmap_weight(&error_bitmap, stripe->nr_sectors); in scrub_stripe_report_errors()

Completed in 14 milliseconds