Lines Matching refs:bitmap
419 bitmap_endwrite(r10_bio->mddev->bitmap, r10_bio->sector, in close_write()
951 bitmap_unplug(conf->mddev->bitmap); in flush_pending_writes()
1127 bitmap_unplug(mddev->bitmap); in raid10_unplug()
1440 bitmap_startwrite(mddev->bitmap, r10_bio->sector, r10_bio->sectors, 0); in __make_request()
2913 if (mddev->bitmap == NULL && in sync_request()
2947 bitmap_end_sync(mddev->bitmap, mddev->curr_resync, in sync_request()
2952 bitmap_end_sync(mddev->bitmap, sect, in sync_request()
2957 if ((!mddev->bitmap || conf->fullsync) in sync_request()
2971 bitmap_close_sync(mddev->bitmap); in sync_request()
3049 must_sync = bitmap_start_sync(mddev->bitmap, sect, in sync_request()
3087 must_sync = bitmap_start_sync(mddev->bitmap, sect, in sync_request()
3240 bitmap_cond_end_sync(mddev->bitmap, sector_nr); in sync_request()
3242 if (!bitmap_start_sync(mddev->bitmap, sector_nr, in sync_request()
3851 if (mddev->bitmap) { in raid10_resize()
3852 int ret = bitmap_resize(mddev->bitmap, size, 0, 0); in raid10_resize()
4119 if (mddev->delta_disks && mddev->bitmap) { in raid10_start_reshape()
4120 ret = bitmap_resize(mddev->bitmap, in raid10_start_reshape()