Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h2477 struct LAYOUTRETURN4args { struct
2483 typedef struct LAYOUTRETURN4args LAYOUTRETURN4args; argument
2787 LAYOUTRETURN4args oplayoutreturn;
3594 extern bool_t xdr_LAYOUTRETURN4args(XDR *, LAYOUTRETURN4args*);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x2607 struct LAYOUTRETURN4args { struct
3104 case OP_LAYOUTRETURN: LAYOUTRETURN4args oplayoutreturn;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4x_xdr.c1577 xdr_LAYOUTRETURN4args(XDR *xdrs, LAYOUTRETURN4args *objp) in xdr_LAYOUTRETURN4args()