Searched refs:md_bitmap_end_sync (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | md-bitmap.h | 259 void md_bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted);
|
| H A D | md-bitmap.c | 1563 void md_bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted) in md_bitmap_end_sync() function 1592 EXPORT_SYMBOL(md_bitmap_end_sync); 1605 md_bitmap_end_sync(bitmap, sector, &blocks, 0); in md_bitmap_close_sync() 1633 md_bitmap_end_sync(bitmap, s, &blocks, 0); in md_bitmap_cond_end_sync() 1649 md_bitmap_end_sync(bitmap, sector, &blocks, 0); in md_bitmap_sync_with_cluster()
|
| H A D | raid1.c | 1885 md_bitmap_end_sync(mddev->bitmap, s, &sync_blocks, 1); in abort_sync_write() 2644 md_bitmap_end_sync(mddev->bitmap, mddev->curr_resync, in raid1_sync_request()
|
| H A D | raid10.c | 2948 md_bitmap_end_sync(mddev->bitmap, mddev->curr_resync, in raid10_sync_request() 2953 md_bitmap_end_sync(mddev->bitmap, sect, in raid10_sync_request()
|
| H A D | raid5.c | 6227 md_bitmap_end_sync(mddev->bitmap, mddev->curr_resync, in raid5_sync_request()
|