Searched refs:NFS4_OTHER_SIZE (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs4_xdr.c | 2624 return (xdr_opaque(xdrs, objp->open_stateid.other, NFS4_OTHER_SIZE)); in xdr_CLOSE4args() 2636 return (xdr_opaque(xdrs, objp->open_stateid.other, NFS4_OTHER_SIZE)); in xdr_CLOSE4res() 2785 open_stateid.other, NFS4_OTHER_SIZE)) in xdr_LOCK4args() 2809 lock_stateid.other, NFS4_OTHER_SIZE)) in xdr_LOCK4args() 2843 NFS4_OTHER_SIZE)); in xdr_LOCK4res() 2951 if (!xdr_opaque(xdrs, objp->lock_stateid.other, NFS4_OTHER_SIZE)) in xdr_LOCKU4args() 3172 NFS4_OTHER_SIZE)) in xdr_OPEN4cargs() 3207 if (!xdr_opaque(xdrs, objp->stateid.other, NFS4_OTHER_SIZE)) in xdr_OPEN4res() 3245 return (xdr_opaque(xdrs, objp->open_stateid.other, NFS4_OTHER_SIZE)); in xdr_OPEN_CONFIRM4res() 3253 if (!xdr_opaque(xdrs, objp->open_stateid.other, NFS4_OTHER_SIZE)) in xdr_OPEN_DOWNGRADE4args() [all …]
|
| /illumos-gate/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()
|
| /illumos-gate/usr/src/head/rpcsvc/ |
| H A D | nfs4_prot.x | 77 const NFS4_OTHER_SIZE = 12; variable 542 opaque other[NFS4_OTHER_SIZE];
|
| /illumos-gate/usr/src/uts/common/nfs/ |
| H A D | nfs4_kprot.h | 55 #define NFS4_OTHER_SIZE 12 macro 522 char other[NFS4_OTHER_SIZE];
|