raid_slot         112 drivers/md/md-cluster.c 	__le32 raid_slot;
raid_slot         509 drivers/md/md-cluster.c 	char raid_slot[16];
raid_slot         510 drivers/md/md-cluster.c 	char *envp[] = {event_name, disk_uuid, raid_slot, NULL};
raid_slot         515 drivers/md/md-cluster.c 	snprintf(raid_slot, 16, "RAID_DISK=%d", le32_to_cpu(cmsg->raid_slot));
raid_slot         516 drivers/md/md-cluster.c 	pr_info("%s:%d Sending kobject change with %s and %s\n", __func__, __LINE__, disk_uuid, raid_slot);
raid_slot         530 drivers/md/md-cluster.c 	mddev->good_device_nr = le32_to_cpu(msg->raid_slot);
raid_slot         546 drivers/md/md-cluster.c 	rdev = md_find_rdev_nr_rcu(mddev, le32_to_cpu(msg->raid_slot));
raid_slot         554 drivers/md/md-cluster.c 			__func__, __LINE__, le32_to_cpu(msg->raid_slot));
raid_slot         563 drivers/md/md-cluster.c 	rdev = md_find_rdev_nr_rcu(mddev, le32_to_cpu(msg->raid_slot));
raid_slot         568 drivers/md/md-cluster.c 			__func__, __LINE__, le32_to_cpu(msg->raid_slot));
raid_slot        1075 drivers/md/md-cluster.c 	int raid_slot = -1;
raid_slot        1083 drivers/md/md-cluster.c 			raid_slot = rdev->desc_nr;
raid_slot        1086 drivers/md/md-cluster.c 	if (raid_slot >= 0) {
raid_slot        1087 drivers/md/md-cluster.c 		cmsg.raid_slot = cpu_to_le32(raid_slot);
raid_slot        1253 drivers/md/md-cluster.c 	int raid_slot = -1;
raid_slot        1262 drivers/md/md-cluster.c 			raid_slot = rdev->desc_nr;
raid_slot        1265 drivers/md/md-cluster.c 	if (raid_slot >= 0) {
raid_slot        1266 drivers/md/md-cluster.c 		cmsg.raid_slot = cpu_to_le32(raid_slot);
raid_slot        1407 drivers/md/md-cluster.c 	cmsg.raid_slot = cpu_to_le32(rdev->desc_nr);
raid_slot        1469 drivers/md/md-cluster.c 	cmsg.raid_slot = cpu_to_le32(rdev->desc_nr);
raid_slot        1533 drivers/md/md-cluster.c 	cmsg.raid_slot = cpu_to_le32(rdev->desc_nr);