Searched refs:resync_info_update (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md-cluster.h | 16 int (*resync_info_update)(struct mddev *mddev, sector_t lo, sector_t hi); member
|
H A D | md-cluster.c | 1338 static int resync_info_update(struct mddev *mddev, sector_t lo, sector_t hi) in resync_info_update() function 1359 * mddev_lock is held if resync_info_update is called from in resync_info_update() 1380 ret = resync_info_update(mddev, 0, 0); in resync_finish() 1571 .resync_info_update = resync_info_update,
|
H A D | raid10.c | 3451 md_cluster_ops->resync_info_update(mddev, in raid10_sync_request() 3484 md_cluster_ops->resync_info_update(mddev, in raid10_sync_request() 4588 md_cluster_ops->resync_info_update(mddev, conf->cluster_sync_low, in reshape_request()
|
H A D | raid1.c | 2885 md_cluster_ops->resync_info_update(mddev, in raid1_sync_request()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md-cluster.h | 16 int (*resync_info_update)(struct mddev *mddev, sector_t lo, sector_t hi); member
|
H A D | md-cluster.c | 1339 static int resync_info_update(struct mddev *mddev, sector_t lo, sector_t hi) in resync_info_update() function 1360 * mddev_lock is held if resync_info_update is called from in resync_info_update() 1381 ret = resync_info_update(mddev, 0, 0); in resync_finish() 1572 .resync_info_update = resync_info_update,
|
H A D | raid10.c | 3854 md_cluster_ops->resync_info_update(mddev, in raid10_sync_request() 3887 md_cluster_ops->resync_info_update(mddev, in raid10_sync_request() 4970 md_cluster_ops->resync_info_update(mddev, conf->cluster_sync_low, in reshape_request()
|
H A D | raid1.c | 2929 md_cluster_ops->resync_info_update(mddev, in raid1_sync_request()
|
Completed in 24 milliseconds