Lines Matching refs:error
274 * has arrived or it was aborted (and not yet sent) or some error
328 req->args->end(fm, req->args, req->out.h.error);
397 req->out.h.error = -EINTR;
418 req->out.h.error = -ENOTCONN;
514 ret = req->out.h.error;
1200 * was an error during the copying then it's finished by calling
1276 /* If request is too large, reply with an error and restart the read */
1278 req->out.h.error = -EIO;
1281 req->out.h.error = -E2BIG;
1291 req->out.h.error = err = -ECONNABORTED;
1310 req->out.h.error = -EIO;
1652 int error)
1873 * and error contains notification code.
1876 err = fuse_notify(fc, oh.error, nbytes - sizeof(oh), cs);
1881 if (oh.error <= -512 || oh.error > 0)
1903 else if (oh.error == -ENOSYS)
1905 else if (oh.error == -EAGAIN)
1922 if (oh.error)
1933 req->out.h.error = -EIO;
2085 req->out.h.error = -ECONNABORTED;
2148 req->out.h.error = -ECONNABORTED;