Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
nfs4_stateowner Struct Reference

#include <state.h>

Data Fields

struct list_head so_strhash
 
struct list_head so_stateids
 
struct nfs4_clientso_client
 
u32 so_seqid
 
struct xdr_netobj so_owner
 
struct nfs4_replay so_replay
 
bool so_is_open_owner
 

Detailed Description

Definition at line 328 of file state.h.

Field Documentation

struct nfs4_client* so_client

Definition at line 331 of file state.h.

bool so_is_open_owner

Definition at line 337 of file state.h.

struct xdr_netobj so_owner

Definition at line 335 of file state.h.

struct nfs4_replay so_replay

Definition at line 336 of file state.h.

u32 so_seqid

Definition at line 334 of file state.h.

struct list_head so_stateids

Definition at line 330 of file state.h.

struct list_head so_strhash

Definition at line 329 of file state.h.


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