Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1669 enum why_no_delegation4 { enum
1680 typedef enum why_no_delegation4 why_no_delegation4; typedef
1683 why_no_delegation4 ond_why;
3519 extern bool_t xdr_why_no_delegation4(XDR *, why_no_delegation4*);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x1843 enum why_no_delegation4 { /* New to NFSv4.1 */ enum
1856 switch (why_no_delegation4 ond_why) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4x_xdr.c769 xdr_why_no_delegation4(XDR *xdrs, why_no_delegation4 *objp) in xdr_why_no_delegation4()