Lines Matching defs:mddev
179 /* the main bitmap structure - one per mddev */
195 struct mddev *mddev; /* the md device that the bitmap is for */
240 struct bitmap *md_bitmap_create(struct mddev *mddev, int slot);
241 int md_bitmap_load(struct mddev *mddev);
242 void md_bitmap_flush(struct mddev *mddev);
243 void md_bitmap_destroy(struct mddev *mddev);
263 void md_bitmap_sync_with_cluster(struct mddev *mddev,
269 void md_bitmap_daemon_work(struct mddev *mddev);
273 struct bitmap *get_bitmap_from_slot(struct mddev *mddev, int slot);
274 int md_bitmap_copy_from_slot(struct mddev *mddev, int slot,
277 void md_bitmap_wait_behind_writes(struct mddev *mddev);