Home
last modified time | relevance | path

Searched refs:fh3_len (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c191 cp = (uchar_t *)&fhp->fh3_len; in xdr_inline_decode_nfs_fh3()
200 dsize = fhp->fh3_len < NFS_FHMAXDATA ? NFS_FHMAXDATA : fhp->fh3_len; in xdr_inline_decode_nfs_fh3()
325 fsize = fhp->fh3_len < NFS_FHMAXDATA ? NFS_FHMAXDATA : fhp->fh3_len; in xdr_inline_encode_nfs_fh3()
332 sizeof (fhp->fh3_len) + fsize + in xdr_inline_encode_nfs_fh3()
368 bcopy(&fhp->fh3_len, cp, sizeof (fhp->fh3_len) + fsize); in xdr_inline_encode_nfs_fh3()
369 cp += sizeof (fhp->fh3_len) + fsize; in xdr_inline_encode_nfs_fh3()
400 fsize = objp->fh3_len < NFS_FHMAXDATA ? NFS_FHMAXDATA : objp->fh3_len; in xdr_encode_nfs_fh3()
409 sizeof (objp->fh3_len) + fsize + in xdr_encode_nfs_fh3()
H A Dnfs_export.c2086 bcopy(&fh.fh3_len, &buf[i], sz); in nfs_getfh()
2088 bcopy(fh.fh3_data, &buf[i], fh.fh3_len); in nfs_getfh()
2089 i += fh.fh3_len; in nfs_getfh()
2090 pad = (NFS_FHMAXDATA - fh.fh3_len); in nfs_getfh()
2119 bcopy(&fh.fh3_len, &logbuf[i], sz); in nfs_getfh()
2380 fh->fh3_len = fid.fid_len; in makefh3()
2381 bcopy(fid.fid_data, fh->fh3_data, fh->fh3_len); in makefh3()
2388 + sizeof (fh->fh3_len) + fh->fh3_len in makefh3()
H A Dnfs_log_xdr.c912 if (objp->fh3_len > NFS_FHMAXDATA || objp->fh3_xlen > NFS_FHMAXDATA) { in xdr_nfslog_nfs_fh3()
914 fh.fh3_len = NFS_FHMAXDATA; in xdr_nfslog_nfs_fh3()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1135 #define fh3_len fh3_u.nfs_fh3_i.fh3_i._fh3_len macro
1139 #define FH3TOFIDP(fh) ((fid_t *)&((fh)->fh3_len))