ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <nfs41_ops.h>
Public Attributes | |
uint32_t | type |
union { | |
struct __create_type_lnk { | |
uint32_t linkdata_len | |
const char * linkdata | |
} lnk | |
specdata4 devdata | |
} | u |
Definition at line 342 of file nfs41_ops.h.
specdata4 __createtype4::devdata |
Definition at line 351 of file nfs41_ops.h.
Referenced by encode_createtype4().
Definition at line 348 of file nfs41_ops.h.
uint32_t __createtype4::linkdata_len |
Definition at line 347 of file nfs41_ops.h.
struct { ... } ::__create_type_lnk __createtype4::lnk |
Referenced by encode_createtype4(), and nfs41_create().
uint32_t __createtype4::type |
Definition at line 343 of file nfs41_ops.h.
Referenced by encode_createtype4(), and nfs41_create().
union { ... } __createtype4::u |
Referenced by encode_createtype4(), and nfs41_create().