ReactOS 0.4.15-dev-7924-g5949c20
__nfs41_delegation_state Struct Reference

#include <nfs41.h>

Collaboration diagram for __nfs41_delegation_state:

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
 

Detailed Description

Definition at line 95 of file nfs41.h.

Member Data Documentation

◆ client_entry

struct list_entry __nfs41_delegation_state::client_entry

Definition at line 100 of file nfs41.h.

◆ cond

CONDITION_VARIABLE __nfs41_delegation_state::cond

Definition at line 105 of file nfs41.h.

Referenced by nfs41_delegate_open(), and nfs41_delegation_return().

◆ file

nfs41_path_fh __nfs41_delegation_state::file

Definition at line 99 of file nfs41.h.

Referenced by nfs41_delegation_getattr().

◆ lock

◆ parent

nfs41_path_fh __nfs41_delegation_state::parent

Definition at line 98 of file nfs41.h.

◆ path

nfs41_abs_path __nfs41_delegation_state::path

Definition at line 97 of file nfs41.h.

◆ ref_count

LONG __nfs41_delegation_state::ref_count

Definition at line 101 of file nfs41.h.

◆ revoked

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().

◆ srv_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().

◆ state

◆ status


The documentation for this struct was generated from the following file: