Searched refs:NFS4_OTHER_SIZE (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_xdr.c | 2551 return (xdr_opaque(xdrs, objp->open_stateid.other, NFS4_OTHER_SIZE)); in xdr_CLOSE4args() 2563 return (xdr_opaque(xdrs, objp->open_stateid.other, NFS4_OTHER_SIZE)); in xdr_CLOSE4res() 2712 open_stateid.other, NFS4_OTHER_SIZE)) in xdr_LOCK4args() 2736 lock_stateid.other, NFS4_OTHER_SIZE)) in xdr_LOCK4args() 2770 NFS4_OTHER_SIZE)); in xdr_LOCK4res() 2878 if (!xdr_opaque(xdrs, objp->lock_stateid.other, NFS4_OTHER_SIZE)) in xdr_LOCKU4args() 2951 NFS4_OTHER_SIZE)) in xdr_OPEN4args() 3127 NFS4_OTHER_SIZE)) in xdr_OPEN4cargs() 3162 if (!xdr_opaque(xdrs, objp->stateid.other, NFS4_OTHER_SIZE)) in xdr_OPEN4res() 3187 NFS4_OTHER_SIZE)) in xdr_OPEN4res() [all …]
|
/titanic_50/usr/src/head/rpcsvc/ |
H A D | nfs4_prot.x | 70 const NFS4_OTHER_SIZE = 12; variable 564 opaque other[NFS4_OTHER_SIZE];
|
/titanic_50/usr/src/stand/lib/fs/nfs/ |
H A D | nfs4_xdr.c | 114 return (xdr_opaque(xdrs, objp->other, NFS4_OTHER_SIZE)); in xdr_b_stateid4()
|
/titanic_50/usr/src/uts/common/nfs/ |
H A D | nfs4_kprot.h | 51 #define NFS4_OTHER_SIZE 12 macro 603 char other[NFS4_OTHER_SIZE];
|