Lines Matching defs:error
84 error; /* any reported error */
129 dreq->error = hdr->error;
130 else /* Clear outstanding error if this is EOF */
131 dreq->error = 0;
239 * Collects and returns the final error value/byte-count.
256 result = dreq->error;
273 long res = (long) dreq->error;
317 static void nfs_read_sync_pgio_error(struct list_head *head, int error)
344 * no requests have been sent, just return an error.
409 * If no bytes were started, return the error, and let the
599 dreq->error = desc.pg_error;
601 dreq->error = -EIO;
628 dreq->error = status;
633 status = dreq->error;
782 static void nfs_write_sync_pgio_error(struct list_head *head, int error)
798 if (dreq->error == 0) {
817 * NB: Return the value of the first error return code. Subsequent
825 * no requests have been sent, just return an error.
897 * If no bytes were started, return the error, and let the