Searched refs:SE_DEV_ALIAS_LEN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/target/ |
H A D | target_core_base.h | 839 #define SE_DEV_ALIAS_LEN 512 /* must be less than PAGE_SIZE */ macro 840 unsigned char dev_alias[SE_DEV_ALIAS_LEN];
|
/kernel/linux/linux-6.6/include/target/ |
H A D | target_core_base.h | 857 #define SE_DEV_ALIAS_LEN 512 /* must be less than PAGE_SIZE */ macro 858 unsigned char dev_alias[SE_DEV_ALIAS_LEN];
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_configfs.c | 2175 if (count > (SE_DEV_ALIAS_LEN-1)) { in target_dev_alias_store() 2177 " SE_DEV_ALIAS_LEN-1: %u\n", (int)count, in target_dev_alias_store() 2178 SE_DEV_ALIAS_LEN-1); in target_dev_alias_store() 2182 read_bytes = snprintf(&dev->dev_alias[0], SE_DEV_ALIAS_LEN, "%s", page); in target_dev_alias_store()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_configfs.c | 2279 if (count > (SE_DEV_ALIAS_LEN-1)) { in target_dev_alias_store() 2281 " SE_DEV_ALIAS_LEN-1: %u\n", (int)count, in target_dev_alias_store() 2282 SE_DEV_ALIAS_LEN-1); in target_dev_alias_store() 2286 read_bytes = snprintf(&dev->dev_alias[0], SE_DEV_ALIAS_LEN, "%s", page); in target_dev_alias_store()
|
Completed in 14 milliseconds