Lines Matching defs:slot
652 pr_debug("%s:%d bm slot: %d offset: %llu\n", __func__, __LINE__,
1884 struct bitmap *md_bitmap_create(struct mddev *mddev, int slot)
1913 bitmap->cluster_slot = slot;
2030 struct bitmap *get_bitmap_from_slot(struct mddev *mddev, int slot)
2035 bitmap = md_bitmap_create(mddev, slot);
2051 /* Loads the bitmap associated with slot and copies the resync information
2054 int md_bitmap_copy_from_slot(struct mddev *mddev, int slot,
2062 bitmap = get_bitmap_from_slot(mddev, slot);
2064 pr_err("%s can't get bitmap from slot %d\n", __func__, slot);