STATUS_NO_RESOURCE
return (status & STATUS_NO_RESOURCE) ? -ENOSPC : -EIO;
status |= STATUS_NO_RESOURCE;