Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/target/
Dtarget_core_configfs.c2250 return snprintf(page, PAGE_SIZE, "%s\n", dev->udev_path); in target_dev_udev_path_show()
2267 read_bytes = snprintf(&dev->udev_path[0], SE_UDEV_PATH_LEN, in target_dev_udev_path_store()
2271 if (dev->udev_path[read_bytes - 1] == '\n') in target_dev_udev_path_store()
2272 dev->udev_path[read_bytes - 1] = '\0'; in target_dev_udev_path_store()
2279 dev->udev_path); in target_dev_udev_path_store()
2577 CONFIGFS_ATTR(target_dev_, udev_path);
Dtarget_core_pscsi.c372 bd = blkdev_get_by_path(dev->udev_path, in pscsi_create_type_disk()
/Linux-v5.15/include/target/
Dtarget_core_base.h855 unsigned char udev_path[SE_UDEV_PATH_LEN]; member