Home
last modified time | relevance | path

Searched refs:state_protect4_a (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h2165 struct state_protect4_a { struct
2172 typedef struct state_protect4_a state_protect4_a; argument
2177 state_protect4_a eia_state_protect;
3558 extern bool_t xdr_state_protect4_a(XDR *, state_protect4_a*);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x2337 union state_protect4_a switch (state_protect_how4 spa_how) {
2349 state_protect4_a eia_state_protect;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4x_xdr.c984 xdr_state_protect4_a(XDR *xdrs, state_protect4_a *objp) in xdr_state_protect4_a()