Home
last modified time | relevance | path

Searched refs:SE_UDEV_PATH_LEN (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/target/
Dtarget_core_iblock.h18 unsigned char ibd_udev_path[SE_UDEV_PATH_LEN];
Dtarget_core_iblock.c525 SE_UDEV_PATH_LEN) == 0) { in iblock_set_configfs_dev_params()
Dtarget_core_configfs.c1777 if (count > (SE_UDEV_PATH_LEN-1)) { in target_dev_udev_path_store()
1780 SE_UDEV_PATH_LEN-1); in target_dev_udev_path_store()
1784 read_bytes = snprintf(&dev->udev_path[0], SE_UDEV_PATH_LEN, in target_dev_udev_path_store()
/linux-4.4.14/include/target/
Dtarget_core_base.h821 #define SE_UDEV_PATH_LEN 512 /* must be less than PAGE_SIZE */ macro
822 unsigned char udev_path[SE_UDEV_PATH_LEN];