Lines Matching refs:slot

34 	int slot;  member
81 int slot; member
228 int slot, ret; in recover_bitmaps() local
233 slot = fls64((u64)cinfo->recovery_map) - 1; in recover_bitmaps()
238 if (slot == s->slot) { in recover_bitmaps()
244 snprintf(str, 64, "bitmap%04d", slot); in recover_bitmaps()
257 ret = bitmap_copy_from_slot(mddev, slot, &lo, &hi, true); in recover_bitmaps()
259 pr_err("md-cluster: Could not copy data from bitmap %d\n", slot); in recover_bitmaps()
272 clear_bit(slot, &cinfo->recovery_map); in recover_bitmaps()
280 static void recover_slot(void *arg, struct dlm_slot *slot) in recover_slot() argument
287 slot->nodeid, slot->slot, in recover_slot()
289 set_bit(slot->slot - 1, &cinfo->recovery_map); in recover_slot()
332 static void __remove_suspend_info(struct md_cluster_info *cinfo, int slot) in __remove_suspend_info() argument
337 if (slot == s->slot) { in __remove_suspend_info()
339 __func__, __LINE__, slot); in __remove_suspend_info()
346 static void remove_suspend_info(struct md_cluster_info *cinfo, int slot) in remove_suspend_info() argument
349 __remove_suspend_info(cinfo, slot); in remove_suspend_info()
355 int slot, sector_t lo, sector_t hi) in process_suspend_info() argument
360 remove_suspend_info(cinfo, slot); in process_suspend_info()
366 s->slot = slot; in process_suspend_info()
371 __remove_suspend_info(cinfo, slot); in process_suspend_info()
431 __func__, __LINE__, msg->slot); in process_recvd_msg()
436 __func__, __LINE__, msg->slot); in process_recvd_msg()
437 process_suspend_info(mddev->cluster_info, msg->slot, in process_recvd_msg()
442 __func__, __LINE__, msg->slot); in process_recvd_msg()
447 __func__, __LINE__, msg->slot); in process_recvd_msg()
452 __func__, __LINE__, msg->slot); in process_recvd_msg()
457 __func__, __LINE__, msg->slot); in process_recvd_msg()
526 int slot = cinfo->slot_number - 1; in __sendmsg() local
528 cmsg->slot = cpu_to_le32(slot); in __sendmsg()
607 s->slot = i; in gather_all_resync_info()
794 int slot = cinfo->slot_number - 1; in resync_send() local
801 cmsg.slot = cpu_to_le32(slot); in resync_send()