udev_path        2131 drivers/target/target_core_configfs.c 	return snprintf(page, PAGE_SIZE, "%s\n", dev->udev_path);
udev_path        2148 drivers/target/target_core_configfs.c 	read_bytes = snprintf(&dev->udev_path[0], SE_UDEV_PATH_LEN,
udev_path        2152 drivers/target/target_core_configfs.c 	if (dev->udev_path[read_bytes - 1] == '\n')
udev_path        2153 drivers/target/target_core_configfs.c 		dev->udev_path[read_bytes - 1] = '\0';
udev_path        2160 drivers/target/target_core_configfs.c 		dev->udev_path);
udev_path        2459 drivers/target/target_core_configfs.c CONFIGFS_ATTR(target_dev_, udev_path);
udev_path         374 drivers/target/target_core_pscsi.c 	bd = blkdev_get_by_path(dev->udev_path,
udev_path         826 include/target/target_core_base.h 	unsigned char		udev_path[SE_UDEV_PATH_LEN];