EROFS             545 lib/common/results.c         case EROFS:             return "EROFS";
EROFS             553 lib/common/xml_io.c     if ((fsync(fileno(stream)) < 0) && (errno != EROFS) && (errno != EINVAL)) {