Home
last modified time | relevance | path

Searched refs:state_protect_how4 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4x.h92 state_protect_how4 sp_type;
H A Dnfs4_kprot.h2158 enum state_protect_how4 { enum
2163 typedef enum state_protect_how4 state_protect_how4; typedef
2166 state_protect_how4 spa_how;
2199 state_protect_how4 spr_how;
3557 extern bool_t xdr_state_protect_how4(XDR *, state_protect_how4*);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x2331 enum state_protect_how4 { enum
2337 union state_protect4_a switch (state_protect_how4 spa_how) {
2362 union state_protect4_r switch (state_protect_how4 spr_how) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4x_xdr.c976 xdr_state_protect_how4(XDR *xdrs, state_protect_how4 *objp) in xdr_state_protect_how4()