nfs-ganesha 1.4
|
#include <sal_data.h>
Public Attributes | |
struct glist_head | state_list |
struct glist_head | state_owner_list |
struct glist_head | state_export_list |
exportlist_t * | state_pexport |
state_owner_t * | state_powner |
cache_entry_t * | state_pentry |
state_type_t | state_type |
state_data_t | state_data |
u_int32_t | state_seqid |
char | stateid_other [OTHERSIZE] |
Definition at line 193 of file sal_data.h.
Definition at line 202 of file sal_data.h.
List of states on the same export
Definition at line 197 of file sal_data.h.
struct glist_head state_t::state_list |
List of states on a file
Definition at line 195 of file sal_data.h.
List of states for an owner
Definition at line 196 of file sal_data.h.
Related pentry
Definition at line 200 of file sal_data.h.
Export this entry belongs to
Definition at line 198 of file sal_data.h.
State Owner related to this state
Definition at line 199 of file sal_data.h.
u_int32_t state_t::state_seqid |
The NFSv4 Sequence id
Definition at line 203 of file sal_data.h.
Definition at line 201 of file sal_data.h.
char state_t::stateid_other[OTHERSIZE] |
"Other" part of state id, used as hash key
Definition at line 204 of file sal_data.h.