Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h2438 struct LAYOUTCOMMIT4res { struct
2444 typedef struct LAYOUTCOMMIT4res LAYOUTCOMMIT4res; typedef
2849 LAYOUTCOMMIT4res oplayoutcommit;
3590 extern bool_t xdr_LAYOUTCOMMIT4res(XDR *, LAYOUTCOMMIT4res*);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x2573 union LAYOUTCOMMIT4res switch (nfsstat4 locr_status) {
3218 case OP_LAYOUTCOMMIT: LAYOUTCOMMIT4res oplayoutcommit;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4x_xdr.c1506 xdr_LAYOUTCOMMIT4res(XDR *xdrs, LAYOUTCOMMIT4res *objp) in xdr_LAYOUTCOMMIT4res()