dst_exception     326 fs/nfs/nfs42proc.c 	struct nfs4_exception dst_exception = {
dst_exception     344 fs/nfs/nfs42proc.c 	dst_exception.state = dst_lock->open_context->state;
dst_exception     359 fs/nfs/nfs42proc.c 			dst_exception.retry = 1;
dst_exception     363 fs/nfs/nfs42proc.c 			dst_exception.retry = 1;
dst_exception     368 fs/nfs/nfs42proc.c 		err  = nfs4_handle_exception(server, err, &dst_exception);
dst_exception     371 fs/nfs/nfs42proc.c 	} while (src_exception.retry || dst_exception.retry);
dst_exception     894 fs/nfs/nfs42proc.c 	struct nfs4_exception dst_exception = { };
dst_exception     913 fs/nfs/nfs42proc.c 	dst_exception.inode = file_inode(dst_f);
dst_exception     914 fs/nfs/nfs42proc.c 	dst_exception.state = dst_lock->open_context->state;
dst_exception     926 fs/nfs/nfs42proc.c 		err = nfs4_handle_exception(server, err, &dst_exception);
dst_exception     929 fs/nfs/nfs42proc.c 	} while (src_exception.retry || dst_exception.retry);