Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h2137 struct state_protect_ops4 { struct
2141 typedef struct state_protect_ops4 state_protect_ops4; typedef
2144 state_protect_ops4 ssp_ops;
2168 state_protect_ops4 spa_mach_ops;
2186 state_protect_ops4 spi_ops;
2201 state_protect_ops4 spr_mach_ops;
3555 extern bool_t xdr_state_protect_ops4(XDR *, state_protect_ops4*);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x2318 struct state_protect_ops4 { struct
2324 state_protect_ops4 ssp_ops; argument
2341 state_protect_ops4 spa_mach_ops;
2354 state_protect_ops4 spi_ops;
2366 state_protect_ops4 spr_mach_ops;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4x_xdr.c946 xdr_state_protect_ops4(XDR *xdrs, state_protect_ops4 *objp) in xdr_state_protect_ops4()