ReactOS 0.4.16-dev-106-g10b08aa
|
#include <nfs41_types.h>
Public Attributes | |
stateid4 | stateid |
nfsace4 | permissions |
enum open_delegation_type4 | type |
bool_t | recalled |
Definition at line 148 of file nfs41_types.h.
nfsace4 __open_delegation4::permissions |
Definition at line 150 of file nfs41_types.h.
Referenced by decode_open_read_delegation4(), and decode_open_write_delegation4().
bool_t __open_delegation4::recalled |
Definition at line 156 of file nfs41_types.h.
Referenced by decode_open_read_delegation4(), decode_open_write_delegation4(), nfs41_delegation_recall(), and recover_open().
stateid4 __open_delegation4::stateid |
Definition at line 149 of file nfs41_types.h.
Referenced by decode_open_read_delegation4(), decode_open_write_delegation4(), nfs41_delegate_open(), nfs41_open_stateid_arg(), recover_stateid_delegation(), and stateid_array().
enum open_delegation_type4 __open_delegation4::type |
Definition at line 154 of file nfs41_types.h.
Referenced by nfs41_delegate_open(), nfs41_delegation_getattr(), nfs41_delegation_return(), open_lock_delegate(), recover_delegation_open(), recover_delegation_want(), and recover_open().