ReactOS 0.4.16-dev-106-g10b08aa
|
#include <nfs41_compound.h>
Public Attributes | |
uint32_t | tag_len |
unsigned char | tag [NFS4_OPAQUE_LIMIT] |
uint32_t | minorversion |
uint32_t | argarray_count |
nfs_argop4 * | argarray |
Definition at line 34 of file nfs41_compound.h.
nfs_argop4* __nfs41_compound_args::argarray |
Definition at line 39 of file nfs41_compound.h.
Referenced by compound_add_op(), compound_encode_send_decode(), compound_init(), and set_expected_res().
uint32_t __nfs41_compound_args::argarray_count |
Definition at line 38 of file nfs41_compound.h.
Referenced by compound_add_op(), compound_init(), and set_expected_res().
uint32_t __nfs41_compound_args::minorversion |
Definition at line 37 of file nfs41_compound.h.
Referenced by compound_init().
unsigned char __nfs41_compound_args::tag[NFS4_OPAQUE_LIMIT] |
Definition at line 36 of file nfs41_compound.h.
Referenced by compound_init().
uint32_t __nfs41_compound_args::tag_len |
Definition at line 35 of file nfs41_compound.h.
Referenced by compound_init().