Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h2493 struct LAYOUTRETURN4res { struct
2499 typedef struct LAYOUTRETURN4res LAYOUTRETURN4res; typedef
2851 LAYOUTRETURN4res oplayoutreturn;
3596 extern bool_t xdr_LAYOUTRETURN4res(XDR *, LAYOUTRETURN4res*);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x2623 union LAYOUTRETURN4res switch (nfsstat4 lorr_status) {
3220 case OP_LAYOUTRETURN: LAYOUTRETURN4res oplayoutreturn;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4x_xdr.c1610 xdr_LAYOUTRETURN4res(XDR *xdrs, LAYOUTRETURN4res *objp) in xdr_LAYOUTRETURN4res()