Lines Matching defs:error
195 dprintk("%s could not handle NFSv4 error %d\n",
471 /* This is the error handling routine for processes that are allowed
588 /* We failed to handle the error */
595 /* This is the error handling routine for processes that are allowed
853 * sr_status remains 1 if an RPC level error occurred.
926 /* The session may be reset by one of the error handlers. */
2249 printk(KERN_ERR "NFS: %s: unhandled error "
2363 /* In case of error, no cleanup! */
2380 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
2524 /* In case of error, no cleanup! */
2659 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
3256 * If we receive a BAD_SEQID error in the particular case of
3264 " returned a bad sequence-id error!\n",
4097 int error;
4101 error = nfs4_server_capabilities(server, mntfh);
4102 if (error < 0) {
4103 dprintk("nfs4_get_root: getcaps error = %d\n", -error);
4104 return error;
4107 error = nfs4_proc_getattr(server, mntfh, fattr, label, NULL);
4108 if (error < 0) {
4109 dprintk("nfs4_get_root: getattr error = %d\n", -error);
4118 return error;
4232 * can't do anything about it besides returning an error.
5186 int error;
5189 error = nfs4_do_fsinfo(server, fhandle, fsinfo);
5190 if (error == 0) {
5196 return error;
7109 static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
7111 switch (error) {
7948 * operation failed, or a negative errno if a local error occurred.
8082 * NFS4ERR code if some error occurred on the server, or a
8752 dprintk("NFS: Got error %d from the server %s on "
9108 dprintk("NFS: Got error %d from the server on DESTROY_SESSION. "
9299 dprintk("%s: failed to reclaim complete error %d for server %s, retrying\n",
9600 * Was there an RPC level error? Assume the call succeeded,
10372 ssize_t error, error2, error3;
10375 error = generic_listxattr(dentry, list, left);
10376 if (error < 0)
10377 return error;
10379 list += error;
10380 left -= error;
10396 error += error2 + error3;
10397 if (size && error > size)
10399 return error;