Searched refs:SE_UDEV_PATH_LEN (Results 1 – 4 of 4) sorted by relevance
18 unsigned char ibd_udev_path[SE_UDEV_PATH_LEN];
1332 if (count > (SE_UDEV_PATH_LEN-1)) { in target_core_store_dev_udev_path()1335 SE_UDEV_PATH_LEN-1); in target_core_store_dev_udev_path()1339 read_bytes = snprintf(&dev->udev_path[0], SE_UDEV_PATH_LEN, in target_core_store_dev_udev_path()
565 SE_UDEV_PATH_LEN) == 0) { in iblock_set_configfs_dev_params()
815 #define SE_UDEV_PATH_LEN 512 /* must be less than PAGE_SIZE */ macro816 unsigned char udev_path[SE_UDEV_PATH_LEN];