Searched refs:udev_path (Results 1 – 3 of 3) sorted by relevance
1320 return snprintf(page, PAGE_SIZE, "%s\n", dev->udev_path); in target_core_show_dev_udev_path()1339 read_bytes = snprintf(&dev->udev_path[0], SE_UDEV_PATH_LEN, in target_core_store_dev_udev_path()1343 if (dev->udev_path[read_bytes - 1] == '\n') in target_core_store_dev_udev_path()1344 dev->udev_path[read_bytes - 1] = '\0'; in target_core_store_dev_udev_path()1351 dev->udev_path); in target_core_store_dev_udev_path()
389 bd = blkdev_get_by_path(dev->udev_path, in pscsi_create_type_disk()
816 unsigned char udev_path[SE_UDEV_PATH_LEN]; member