|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <nfs41.h>

Public Attributes | |
| open_delegation4 | state |
| nfs41_abs_path | path |
| nfs41_path_fh | parent |
| nfs41_path_fh | file |
| struct list_entry | client_entry |
| LONG | ref_count |
| enum delegation_status | status |
| SRWLOCK | lock |
| CONDITION_VARIABLE | cond |
| bool_t | revoked |
| HANDLE | srv_open |
| struct list_entry __nfs41_delegation_state::client_entry |
| CONDITION_VARIABLE __nfs41_delegation_state::cond |
Definition at line 105 of file nfs41.h.
Referenced by nfs41_delegate_open(), and nfs41_delegation_return().
| nfs41_path_fh __nfs41_delegation_state::file |
Definition at line 99 of file nfs41.h.
Referenced by nfs41_delegation_getattr().
| SRWLOCK __nfs41_delegation_state::lock |
Definition at line 104 of file nfs41.h.
Referenced by nfs41_delegate_open(), nfs41_delegation_getattr(), nfs41_delegation_recall(), nfs41_delegation_remove_srvopen(), nfs41_delegation_return(), nfs41_open_stateid_arg(), open_lock_delegate(), recover_open(), recover_stateid_delegation(), and stateid_array().
| nfs41_path_fh __nfs41_delegation_state::parent |
| nfs41_abs_path __nfs41_delegation_state::path |
| bool_t __nfs41_delegation_state::revoked |
Definition at line 107 of file nfs41.h.
Referenced by nfs41_client_state_revoked(), nfs41_recover_client_state(), and recover_open().
| HANDLE __nfs41_delegation_state::srv_open |
Definition at line 109 of file nfs41.h.
Referenced by do_open(), nfs41_delegate_open(), and nfs41_delegation_remove_srvopen().
| open_delegation4 __nfs41_delegation_state::state |
Definition at line 96 of file nfs41.h.
Referenced by nfs41_delegate_open(), nfs41_delegation_getattr(), nfs41_delegation_recall(), nfs41_delegation_return(), nfs41_open_stateid_arg(), open_lock_delegate(), recover_open(), recover_stateid_delegation(), and stateid_array().
| enum delegation_status __nfs41_delegation_state::status |
Definition at line 103 of file nfs41.h.
Referenced by nfs41_delegate_open(), nfs41_delegation_getattr(), nfs41_delegation_recall(), nfs41_delegation_return(), nfs41_open_stateid_arg(), and open_lock_delegate().