Home
last modified time | relevance | path

Searched refs:udev_path (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/target/
Dtarget_core_configfs.c1320 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()
Dtarget_core_pscsi.c389 bd = blkdev_get_by_path(dev->udev_path, in pscsi_create_type_disk()
/linux-4.1.27/include/target/
Dtarget_core_base.h816 unsigned char udev_path[SE_UDEV_PATH_LEN]; member