Lines Matching defs:mddev
179 /* the main bitmap structure - one per mddev */
195 struct mddev *mddev; /* the md device that the bitmap is for */
239 struct bitmap *md_bitmap_create(struct mddev *mddev, int slot);
240 int md_bitmap_load(struct mddev *mddev);
241 void md_bitmap_flush(struct mddev *mddev);
242 void md_bitmap_destroy(struct mddev *mddev);
262 void md_bitmap_sync_with_cluster(struct mddev *mddev,
267 void md_bitmap_daemon_work(struct mddev *mddev);
271 struct bitmap *get_bitmap_from_slot(struct mddev *mddev, int slot);
272 int md_bitmap_copy_from_slot(struct mddev *mddev, int slot,
275 void md_bitmap_wait_behind_writes(struct mddev *mddev);