Searched refs:MAX_TAG_LEN (Results 1 – 2 of 2) sorted by relevance
163 #define MAX_TAG_LEN 32 macro
4235 if (len > MAX_TAG_LEN - 1) { in v9fs_device_realize_common()4237 "maximum (%d bytes)", s->fsconf.tag, len, MAX_TAG_LEN - 1); in v9fs_device_realize_common()