Lines Matching refs:devlink_path
126 char *devlink_path, struct search_args *args);
475 char *devlink_path; in add_devpath() local
490 devlink_path = (char *)di_devlink_path(devlink); in add_devpath()
494 "INFO: devpath %s\n", devlink_path); in add_devpath()
498 if (new_alias(diskp, kernel_name, devlink_path, in add_devpath()
508 if (new_devpath(ap, devlink_path) != 0) { in add_devpath()
1203 char *devlink_path; in fix_cluster_devpath() local
1214 devlink_path = (char *)di_devlink_path(devlink); in fix_cluster_devpath()
1215 if (devlink_path == NULL) { in fix_cluster_devpath()
1219 if ((fd = open(devlink_path, O_RDONLY|O_NDELAY)) >= 0) { in fix_cluster_devpath()
1224 devlink_path); in fix_cluster_devpath()
1266 devlink_path, args) != 0) { in fix_cluster_devpath()
1309 basep = strrchr(devlink_path, '/'); in fix_cluster_devpath()
1311 basep = devlink_path; in fix_cluster_devpath()
1331 if (new_devpath(ap, devlink_path) != 0) { in fix_cluster_devpath()
1671 new_alias(disk_t *diskp, char *kernel_name, char *devlink_path, in new_alias() argument
1689 get_disk_name_from_path(devlink_path, alias, sizeof (alias)); in new_alias()
1724 if (new_devpath(aliasp, devlink_path) != 0) { in new_alias()