Home
last modified time | relevance | path

Searched refs:LU_GROUP_NAME_BUF (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/target/
Dtarget_core_configfs.c1434 unsigned char buf[LU_GROUP_NAME_BUF]; in target_core_store_alua_lu_gp()
1441 if (count > LU_GROUP_NAME_BUF) { in target_core_store_alua_lu_gp()
1445 memset(buf, 0, LU_GROUP_NAME_BUF); in target_core_store_alua_lu_gp()
1823 unsigned char buf[LU_GROUP_NAME_BUF]; in target_core_alua_lu_gp_show_attr_members()
1825 memset(buf, 0, LU_GROUP_NAME_BUF); in target_core_alua_lu_gp_show_attr_members()
1832 cur_len = snprintf(buf, LU_GROUP_NAME_BUF, "%s/%s\n", in target_core_alua_lu_gp_show_attr_members()
/linux-4.1.27/include/target/
Dtarget_core_base.h47 #define LU_GROUP_NAME_BUF 256 macro