Home
last modified time | relevance | path

Searched refs:raid_slot (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/md/
Dmd-cluster.c112 __le32 raid_slot; member
509 char raid_slot[16]; in process_add_new_disk() local
510 char *envp[] = {event_name, disk_uuid, raid_slot, NULL}; in process_add_new_disk()
515 snprintf(raid_slot, 16, "RAID_DISK=%d", le32_to_cpu(cmsg->raid_slot)); in process_add_new_disk()
516 pr_info("%s:%d Sending kobject change with %s and %s\n", __func__, __LINE__, disk_uuid, raid_slot); in process_add_new_disk()
531 mddev->good_device_nr = le32_to_cpu(msg->raid_slot); in process_metadata_update()
550 rdev = md_find_rdev_nr_rcu(mddev, le32_to_cpu(msg->raid_slot)); in process_remove_disk()
558 __func__, __LINE__, le32_to_cpu(msg->raid_slot)); in process_remove_disk()
567 rdev = md_find_rdev_nr_rcu(mddev, le32_to_cpu(msg->raid_slot)); in process_readd_disk()
572 __func__, __LINE__, le32_to_cpu(msg->raid_slot)); in process_readd_disk()
[all …]