Searched refs:resync_info_update (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/md/ |
| H A D | md-cluster.h | 18 int (*resync_info_update)(struct mddev *mddev, sector_t lo, sector_t hi); member
|
| H A D | md-cluster.c | 1393 static int resync_info_update(struct mddev *mddev, sector_t lo, sector_t hi) in resync_info_update() function 1435 ret = resync_info_update(mddev, 0, 0); in resync_finish() 1633 .resync_info_update = resync_info_update,
|
| H A D | raid10.c | 3656 mddev->cluster_ops->resync_info_update(mddev, in raid10_sync_request() 3689 mddev->cluster_ops->resync_info_update(mddev, in raid10_sync_request() 4756 mddev->cluster_ops->resync_info_update(mddev, conf->cluster_sync_low, in reshape_request()
|
| H A D | raid1.c | 3026 mddev->cluster_ops->resync_info_update(mddev, in raid1_sync_request()
|
| /linux/Documentation/driver-api/md/ |
| H A D | md-cluster.rst | 303 6.3 resync_info_update()
|