1 #ifndef _NFSD4_CURRENT_STATE_H
2 #define _NFSD4_CURRENT_STATE_H
7 extern void clear_current_stateid(struct nfsd4_compound_state *cstate);
9 * functions to set current state id
11 extern void nfsd4_set_opendowngradestateid(struct nfsd4_compound_state *,
13 extern void nfsd4_set_openstateid(struct nfsd4_compound_state *,
15 extern void nfsd4_set_lockstateid(struct nfsd4_compound_state *,
17 extern void nfsd4_set_closestateid(struct nfsd4_compound_state *,
21 * functions to consume current state id
23 extern void nfsd4_get_opendowngradestateid(struct nfsd4_compound_state *,
25 extern void nfsd4_get_delegreturnstateid(struct nfsd4_compound_state *,
27 extern void nfsd4_get_freestateid(struct nfsd4_compound_state *,
29 extern void nfsd4_get_setattrstateid(struct nfsd4_compound_state *,
31 extern void nfsd4_get_closestateid(struct nfsd4_compound_state *,
33 extern void nfsd4_get_lockustateid(struct nfsd4_compound_state *,
35 extern void nfsd4_get_readstateid(struct nfsd4_compound_state *,
37 extern void nfsd4_get_writestateid(struct nfsd4_compound_state *,
40 #endif /* _NFSD4_CURRENT_STATE_H */