Searched refs:MAX_PORTAL_LEN (Results 1 – 1 of 1) sorted by relevance
198 #define MAX_PORTAL_LEN 256 macro213 char buf[MAX_PORTAL_LEN + 1]; in lio_target_call_addnptotpg()215 if (strlen(name) > MAX_PORTAL_LEN) { in lio_target_call_addnptotpg()217 (int)strlen(name), MAX_PORTAL_LEN); in lio_target_call_addnptotpg()220 memset(buf, 0, MAX_PORTAL_LEN + 1); in lio_target_call_addnptotpg()221 snprintf(buf, MAX_PORTAL_LEN + 1, "%s", name); in lio_target_call_addnptotpg()