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