Searched refs:raid_slot (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/md/ |
D | md-cluster.c | 89 __le32 raid_slot; member 414 char raid_slot[16]; in process_add_new_disk() local 415 char *envp[] = {event_name, disk_uuid, raid_slot, NULL}; in process_add_new_disk() 420 snprintf(raid_slot, 16, "RAID_DISK=%d", le32_to_cpu(cmsg->raid_slot)); in process_add_new_disk() 421 pr_info("%s:%d Sending kobject change with %s and %s\n", __func__, __LINE__, disk_uuid, raid_slot); in process_add_new_disk() 434 md_reload_sb(mddev, le32_to_cpu(msg->raid_slot)); in process_metadata_update() 441 le32_to_cpu(msg->raid_slot)); in process_remove_disk() 447 __func__, __LINE__, le32_to_cpu(msg->raid_slot)); in process_remove_disk() 453 le32_to_cpu(msg->raid_slot)); in process_readd_disk() 459 __func__, __LINE__, le32_to_cpu(msg->raid_slot)); in process_readd_disk() [all …]
|