decode_op_hdr
status = decode_op_hdr(&rqstp->rq_arg_stream, &op_nr);
status = decode_op_hdr(xdr, OP_OFFLOAD_STATUS);
status = decode_op_hdr(xdr, OP_COPY_NOTIFY);
return decode_op_hdr(xdr, OP_DEALLOCATE);
status = decode_op_hdr(xdr, OP_READ_PLUS);
status = decode_op_hdr(xdr, OP_SEEK);
return decode_op_hdr(xdr, OP_LAYOUTSTATS);
return decode_op_hdr(xdr, OP_CLONE);
return decode_op_hdr(xdr, OP_LAYOUTERROR);
status = decode_op_hdr(xdr, OP_SETXATTR);
status = decode_op_hdr(xdr, OP_GETXATTR);
status = decode_op_hdr(xdr, OP_REMOVEXATTR);
status = decode_op_hdr(xdr, OP_LISTXATTRS);
return decode_op_hdr(xdr, OP_ALLOCATE);
status = decode_op_hdr(xdr, OP_COPY);
return decode_op_hdr(xdr, OP_OFFLOAD_CANCEL);
status = decode_op_hdr(xdr, OP_ACCESS);
status = decode_op_hdr(xdr, OP_CLOSE);
status = decode_op_hdr(xdr, OP_COMMIT);
status = decode_op_hdr(xdr, OP_CREATE);
if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
status = decode_op_hdr(xdr, OP_GETATTR);
if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
status = decode_op_hdr(xdr, OP_GETFH);
status = decode_op_hdr(xdr, OP_LINK);
status = decode_op_hdr(xdr, OP_LOCK);
status = decode_op_hdr(xdr, OP_LOCKT);
status = decode_op_hdr(xdr, OP_LOCKU);
return decode_op_hdr(xdr, OP_RELEASE_LOCKOWNER);
return decode_op_hdr(xdr, OP_LOOKUP);
return decode_op_hdr(xdr, OP_LOOKUPP);
status = decode_op_hdr(xdr, OP_OPEN_CONFIRM);
status = decode_op_hdr(xdr, OP_OPEN_DOWNGRADE);
return decode_op_hdr(xdr, OP_PUTFH);
return decode_op_hdr(xdr, OP_PUTROOTFH);
status = decode_op_hdr(xdr, OP_READ);
status = decode_op_hdr(xdr, OP_READDIR);
status = decode_op_hdr(xdr, OP_READLINK);
status = decode_op_hdr(xdr, OP_REMOVE);
status = decode_op_hdr(xdr, OP_RENAME);
return decode_op_hdr(xdr, OP_RENEW);
return decode_op_hdr(xdr, OP_RESTOREFH);
if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
return decode_op_hdr(xdr, OP_SAVEFH);
status = decode_op_hdr(xdr, OP_SETATTR);
return decode_op_hdr(xdr, OP_SETCLIENTID_CONFIRM);
status = decode_op_hdr(xdr, OP_WRITE);
return decode_op_hdr(xdr, OP_DELEGRETURN);
int status = decode_op_hdr(xdr, OP_SECINFO);
int status = decode_op_hdr(xdr, OP_SECINFO_NO_NAME);
status = decode_op_hdr(xdr, OP_EXCHANGE_ID);
status = decode_op_hdr(xdr, OP_BIND_CONN_TO_SESSION);
status = decode_op_hdr(xdr, OP_CREATE_SESSION);
return decode_op_hdr(xdr, OP_DESTROY_SESSION);
return decode_op_hdr(xdr, OP_DESTROY_CLIENTID);
return decode_op_hdr(xdr, OP_RECLAIM_COMPLETE);
status = decode_op_hdr(xdr, OP_SEQUENCE);
status = decode_op_hdr(xdr, OP_GET_DIR_DELEGATION);
status = decode_op_hdr(xdr, OP_GETDEVICEINFO);
status = decode_op_hdr(xdr, OP_LAYOUTGET);
status = decode_op_hdr(xdr, OP_LAYOUTRETURN);
status = decode_op_hdr(xdr, OP_LAYOUTCOMMIT);
status = decode_op_hdr(xdr, OP_TEST_STATEID);
res->status = decode_op_hdr(xdr, OP_FREE_STATEID);