Lines Matching refs:bitmap
420 bitmap_endwrite(r10_bio->mddev->bitmap, r10_bio->sector, in close_write()
862 bitmap_unplug(conf->mddev->bitmap); in flush_pending_writes()
1038 bitmap_unplug(mddev->bitmap); in raid10_unplug()
1349 bitmap_startwrite(mddev->bitmap, r10_bio->sector, r10_bio->sectors, 0); in __make_request()
2830 if (mddev->bitmap == NULL && in sync_request()
2864 bitmap_end_sync(mddev->bitmap, mddev->curr_resync, in sync_request()
2869 bitmap_end_sync(mddev->bitmap, sect, in sync_request()
2874 if ((!mddev->bitmap || conf->fullsync) in sync_request()
2888 bitmap_close_sync(mddev->bitmap); in sync_request()
2966 must_sync = bitmap_start_sync(mddev->bitmap, sect, in sync_request()
3004 must_sync = bitmap_start_sync(mddev->bitmap, sect, in sync_request()
3157 bitmap_cond_end_sync(mddev->bitmap, sector_nr, 0); in sync_request()
3159 if (!bitmap_start_sync(mddev->bitmap, sector_nr, in sync_request()
3779 if (mddev->bitmap) { in raid10_resize()
3780 int ret = bitmap_resize(mddev->bitmap, size, 0, 0); in raid10_resize()
4047 if (mddev->delta_disks && mddev->bitmap) { in raid10_start_reshape()
4048 ret = bitmap_resize(mddev->bitmap, in raid10_start_reshape()