Lines Matching defs:error
190 dprintk("%s could not handle NFSv4 error %d\n",
466 /* This is the error handling routine for processes that are allowed
583 /* We failed to handle the error */
590 /* This is the error handling routine for processes that are allowed
848 * sr_status remains 1 if an RPC level error occurred.
921 /* The session may be reset by one of the error handlers. */
2254 printk(KERN_ERR "NFS: %s: unhandled error "
2369 /* In case of error, no cleanup! */
2386 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
2534 /* In case of error, no cleanup! */
2666 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
3254 * If we receive a BAD_SEQID error in the particular case of
3262 " returned a bad sequence-id error!\n",
4226 int error;
4229 error = nfs4_server_capabilities(server, mntfh);
4230 if (error < 0) {
4231 dprintk("nfs4_get_root: getcaps error = %d\n", -error);
4232 return error;
4235 error = nfs4_proc_getattr(server, mntfh, fattr, NULL);
4236 if (error < 0) {
4237 dprintk("nfs4_get_root: getattr error = %d\n", -error);
4246 return error;
4358 * can't do anything about it besides returning an error.
5301 int error;
5304 error = nfs4_do_fsinfo(server, fhandle, fsinfo);
5305 if (error == 0) {
5311 return error;
7232 static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
7234 switch (error) {
8164 * operation failed, or a negative errno if a local error occurred.
8299 * NFS4ERR code if some error occurred on the server, or a
8979 dprintk("NFS: Got error %d from the server %s on "
9335 dprintk("NFS: Got error %d from the server on DESTROY_SESSION. "
9523 dprintk("%s: failed to reclaim complete error %d for server %s, retrying\n",
9808 * Was there an RPC level error? Assume the call succeeded,
10589 ssize_t error, error2, error3;
10592 error = generic_listxattr(dentry, list, left);
10593 if (error < 0)
10594 return error;
10596 list += error;
10597 left -= error;
10613 error += error2 + error3;
10614 if (size && error > size)
10616 return error;