UNION_PREFLEN
return strncmp(map, UNION_PREFIX, UNION_PREFLEN) == 0 ? 0 : ENOENT;
char *mapd = strdup(map + UNION_PREFLEN);