Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h2198 struct state_protect4_r { struct
2205 typedef struct state_protect4_r state_protect4_r; argument
2211 state_protect4_r eir_state_protect;
3561 extern bool_t xdr_state_protect4_r(XDR *, state_protect4_r*);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x2362 union state_protect4_r switch (state_protect_how4 spr_how) {
2375 state_protect4_r eir_state_protect;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4x_xdr.c1045 xdr_state_protect4_r(XDR *xdrs, state_protect4_r *objp) in xdr_state_protect4_r()