Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p.h163 #define MAX_TAG_LEN 32 macro
H A D9p.c4235 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()