ReactOS 0.4.16-dev-401-g45b008d
|
#include <nfs41.h>
Public Attributes | |
nfs41_server * | server |
client_owner4 | owner |
uint64_t | clnt_id |
uint32_t | seq_id |
uint32_t | roles |
SRWLOCK | exid_lock |
struct __nfs41_session * | session |
SRWLOCK | session_lock |
nfs41_rpc_clnt * | rpc |
bool_t | is_data |
struct pnfs_layout_list * | layouts |
struct pnfs_file_device_list * | devices |
struct list_entry | root_entry |
struct __nfs41_root * | root |
struct { | |
CONDITION_VARIABLE cond | |
CRITICAL_SECTION lock | |
bool_t in_recovery | |
} | recovery |
struct client_state | state |
uint64_t __nfs41_client::clnt_id |
Definition at line 195 of file nfs41.h.
Referenced by nfs41_create_session().
struct pnfs_file_device_list* __nfs41_client::devices |
SRWLOCK __nfs41_client::exid_lock |
Definition at line 198 of file nfs41.h.
Referenced by nfs41_create_session().
struct pnfs_layout_list* __nfs41_client::layouts |
CRITICAL_SECTION __nfs41_client::lock |
client_owner4 __nfs41_client::owner |
struct { ... } __nfs41_client::recovery |
struct __nfs41_root* __nfs41_client::root |
Definition at line 206 of file nfs41.h.
Referenced by delegation_recall_thread().
struct list_entry __nfs41_client::root_entry |
nfs41_rpc_clnt* __nfs41_client::rpc |
Definition at line 201 of file nfs41.h.
Referenced by nfs41_create_session().
uint32_t __nfs41_client::seq_id |
Definition at line 196 of file nfs41.h.
Referenced by nfs41_create_session().
nfs41_server* __nfs41_client::server |
struct __nfs41_session* __nfs41_client::session |
struct client_state __nfs41_client::state |