Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
current_stateid.h File Reference
#include "state.h"
#include "xdr4.h"

Go to the source code of this file.

Functions

void clear_current_stateid (struct nfsd4_compound_state *cstate)
 
void nfsd4_set_opendowngradestateid (struct nfsd4_compound_state *cstate, struct nfsd4_open_downgrade *)
 
void nfsd4_set_openstateid (struct nfsd4_compound_state *, struct nfsd4_open *)
 
void nfsd4_set_lockstateid (struct nfsd4_compound_state *, struct nfsd4_lock *)
 
void nfsd4_set_closestateid (struct nfsd4_compound_state *, struct nfsd4_close *)
 
void nfsd4_get_opendowngradestateid (struct nfsd4_compound_state *cstate, struct nfsd4_open_downgrade *)
 
void nfsd4_get_delegreturnstateid (struct nfsd4_compound_state *, struct nfsd4_delegreturn *)
 
void nfsd4_get_freestateid (struct nfsd4_compound_state *, struct nfsd4_free_stateid *)
 
void nfsd4_get_setattrstateid (struct nfsd4_compound_state *, struct nfsd4_setattr *)
 
void nfsd4_get_closestateid (struct nfsd4_compound_state *, struct nfsd4_close *)
 
void nfsd4_get_lockustateid (struct nfsd4_compound_state *, struct nfsd4_locku *)
 
void nfsd4_get_readstateid (struct nfsd4_compound_state *, struct nfsd4_read *)
 
void nfsd4_get_writestateid (struct nfsd4_compound_state *, struct nfsd4_write *)
 

Function Documentation

void clear_current_stateid ( struct nfsd4_compound_state cstate)

Definition at line 4846 of file nfs4state.c.

void nfsd4_get_closestateid ( struct nfsd4_compound_state ,
struct nfsd4_close  
)

Definition at line 4907 of file nfs4state.c.

void nfsd4_get_delegreturnstateid ( struct nfsd4_compound_state ,
struct nfsd4_delegreturn  
)

Definition at line 4889 of file nfs4state.c.

void nfsd4_get_freestateid ( struct nfsd4_compound_state ,
struct nfsd4_free_stateid  
)

Definition at line 4895 of file nfs4state.c.

void nfsd4_get_lockustateid ( struct nfsd4_compound_state ,
struct nfsd4_locku  
)

Definition at line 4913 of file nfs4state.c.

void nfsd4_get_opendowngradestateid ( struct nfsd4_compound_state cstate,
struct nfsd4_open_downgrade  
)

Definition at line 4883 of file nfs4state.c.

void nfsd4_get_readstateid ( struct nfsd4_compound_state ,
struct nfsd4_read  
)

Definition at line 4919 of file nfs4state.c.

void nfsd4_get_setattrstateid ( struct nfsd4_compound_state ,
struct nfsd4_setattr  
)

Definition at line 4901 of file nfs4state.c.

void nfsd4_get_writestateid ( struct nfsd4_compound_state ,
struct nfsd4_write  
)

Definition at line 4925 of file nfs4state.c.

void nfsd4_set_closestateid ( struct nfsd4_compound_state ,
struct nfsd4_close  
)

Definition at line 4867 of file nfs4state.c.

void nfsd4_set_lockstateid ( struct nfsd4_compound_state ,
struct nfsd4_lock  
)

Definition at line 4873 of file nfs4state.c.

void nfsd4_set_opendowngradestateid ( struct nfsd4_compound_state cstate,
struct nfsd4_open_downgrade  
)

Definition at line 4855 of file nfs4state.c.

void nfsd4_set_openstateid ( struct nfsd4_compound_state ,
struct nfsd4_open  
)

Definition at line 4861 of file nfs4state.c.