Searched defs:md_cluster_operations (Results 1 – 1 of 1) sorted by relevance
12 struct md_cluster_operations { struct13 struct md_submodule_head head;15 int (*join)(struct mddev *mddev, int nodes);16 int (*leave)(struct mddev *mddev);17 int (*slot_number)(struct mddev *mddev);19 int (*resync_start_notify)(struct mddev *mddev);20 int (*resync_status_get)(struct mddev *mddev);25 int (*resync_start)(struct mddev *mddev);26 int (*resync_finish)(struct mddev *mddev);33 int (*gather_bitmaps)(struct md_rdev *rdev);[all …]