Home
last modified time | relevance | path

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

/linux/drivers/target/
A Dtarget_core_configfs.c2251 return snprintf(page, PAGE_SIZE, "%s\n", dev->udev_path); in target_dev_udev_path_show()
2268 read_bytes = snprintf(&dev->udev_path[0], SE_UDEV_PATH_LEN, in target_dev_udev_path_store()
2272 if (dev->udev_path[read_bytes - 1] == '\n') in target_dev_udev_path_store()
2273 dev->udev_path[read_bytes - 1] = '\0'; in target_dev_udev_path_store()
2280 dev->udev_path); in target_dev_udev_path_store()
2578 CONFIGFS_ATTR(target_dev_, udev_path);
A Dtarget_core_pscsi.c372 bd = blkdev_get_by_path(dev->udev_path, in pscsi_create_type_disk()
/linux/include/target/
A Dtarget_core_base.h857 unsigned char udev_path[SE_UDEV_PATH_LEN]; member

Completed in 16 milliseconds