Searched refs:get_disk_by_deviceid (Results 1 – 1 of 1) sorted by relevance
107 static disk_t *get_disk_by_deviceid(disk_t *listp, char *devid);1236 diskp = get_disk_by_deviceid(args->disk_listp, in fix_cluster_devpath()1348 get_disk_by_deviceid(disk_t *listp, char *devidstr) in get_disk_by_deviceid() function1524 if ((*diskp = get_disk_by_deviceid(listp, devidstr)) != NULL) { in have_disk()