Lines Matching defs:error
98 if (test_bit(NFS_IOHDR_ERROR, &hdr->flags) && !dreq->error)
99 dreq->error = hdr->error;
216 * Collects and returns the final error value/byte-count.
233 result = dreq->error;
250 long res = (long) dreq->error;
294 static void nfs_read_sync_pgio_error(struct list_head *head, int error)
321 * no requests have been sent, just return an error.
383 * If no bytes were started, return the error, and let the
566 if (dreq->error < 0) {
567 desc.pg_error = dreq->error;
572 dreq->error = desc.pg_error;
612 dreq->error = status;
615 status = dreq->error;
777 static void nfs_write_sync_pgio_error(struct list_head *head, int error)
798 if (dreq->error == 0)
819 * NB: Return the value of the first error return code. Subsequent
827 * no requests have been sent, just return an error.
902 /* If the error is soft, defer remaining requests */
920 * If no bytes were started, return the error, and let the