Lines Matching refs:error
274 * has arrived or it was aborted (and not yet sent) or some error
332 req->args->end(fm, req->args, req->out.h.error);
401 req->out.h.error = -EINTR;
422 req->out.h.error = -ENOTCONN;
516 ret = req->out.h.error;
1209 * was an error during the copying then it's finished by calling
1285 /* If request is too large, reply with an error and restart the read */
1287 req->out.h.error = -EIO;
1290 req->out.h.error = -E2BIG;
1300 req->out.h.error = err = -ECONNABORTED;
1319 req->out.h.error = -EIO;
1663 int error)
1884 * and error contains notification code.
1887 err = fuse_notify(fc, oh.error, nbytes - sizeof(oh), cs);
1892 if (oh.error <= -512 || oh.error > 0)
1914 else if (oh.error == -ENOSYS)
1916 else if (oh.error == -EAGAIN)
1933 if (oh.error)
1944 req->out.h.error = -EIO;
2096 req->out.h.error = -ECONNABORTED;
2159 req->out.h.error = -ECONNABORTED;