Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h664 struct mdsthreshold4 { struct
670 typedef struct mdsthreshold4 mdsthreshold4; argument
841 typedef mdsthreshold4 fattr4_mdsthreshold;
3379 extern bool_t xdr_mdsthreshold4(XDR *, mdsthreshold4*);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x662 struct mdsthreshold4 { struct
858 typedef mdsthreshold4 fattr4_mdsthreshold;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4x_xdr.c322 xdr_mdsthreshold4(XDR *xdrs, mdsthreshold4 *objp) in xdr_mdsthreshold4()