VM_PAGER_ERROR
case VM_PAGER_ERROR:
return VM_PAGER_ERROR;
result = (bp->b_flags & B_ERROR) ? VM_PAGER_ERROR : VM_PAGER_OK;
result = VM_PAGER_ERROR;