Searched refs:bitmap_cond_end_sync (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/md/ |
D | bitmap.h | 260 void bitmap_cond_end_sync(struct bitmap *bitmap, sector_t sector, bool force);
|
D | bitmap.c | 1573 void bitmap_cond_end_sync(struct bitmap *bitmap, sector_t sector, bool force) in bitmap_cond_end_sync() function 1601 EXPORT_SYMBOL(bitmap_cond_end_sync);
|
D | raid1.c | 2541 bitmap_cond_end_sync(mddev->bitmap, sector_nr, in sync_request()
|
D | raid10.c | 3157 bitmap_cond_end_sync(mddev->bitmap, sector_nr, 0); in sync_request()
|
D | raid5.c | 5642 bitmap_cond_end_sync(mddev->bitmap, sector_nr, false); in sync_request()
|