nfs-ganesha 1.4
|
#include <sal_data.h>
Public Attributes | |
char | share_oexcl_verifier [8] |
unsigned int | share_access |
unsigned int | share_deny |
struct glist_head | share_lockstates |
unsigned int | share_access_prev |
unsigned int | share_deny_prev |
Definition at line 146 of file sal_data.h.
unsigned int state_share__::share_access |
The NFSv4 Share Access state
Definition at line 149 of file sal_data.h.
unsigned int state_share__::share_access_prev |
The bitmap to keep track of previous share access state
Definition at line 152 of file sal_data.h.
unsigned int state_share__::share_deny |
The NFSv4 Share Deny state
Definition at line 150 of file sal_data.h.
unsigned int state_share__::share_deny_prev |
The bitmap to keep track of previous share deny state
Definition at line 153 of file sal_data.h.
The list of lock states associated with this open state
Definition at line 151 of file sal_data.h.
Verifier to use when opening a file as EXCLUSIVE4
Definition at line 148 of file sal_data.h.