Go to the source code of this file.
◆ nfs_decode_compound()
Definition at line 3625 of file nfs41_xdr.c.
3628{
3632 unsigned char *
tag =
res->tag;
3633
3636
3639
3643
3644
3646 eprintf(
"reply with %u operations, only sent %u!\n",
3651
3652
3653 eprintf(
"successful reply with only %u operations, sent %u!\n",
3656 }
3657
3658 for (
i = 0;
i <
res->resarray_count;
i++)
3659 {
3660 expected_op =
res->resarray[
i].op;
3663
3664
3665 if (
res->resarray[
i].op != expected_op) {
3666 eprintf(
"reply with %s in operation %u, expected %s!\n",
3670 }
3671
3675 if (!
entry->decode(xdr, &
res->resarray[
i]))
3677 }
3679}
bool_t xdr_u_int32_t(XDR *xdrs, u_int32_t *u_int32_p)
bool_t xdr_bytes(XDR *xdrs, char **cpp, u_int *sizep, u_int maxsize)
void eprintf(LPCSTR format,...)
const char * nfs_opnum_to_string(int opnum)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
#define NFS4_OPAQUE_LIMIT
static const op_table_entry * op_table_find(uint32_t op)
Referenced by nfs41_send_compound().
◆ nfs_encode_compound()
◆ nfsacl41_free()