Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c386 cp = (uchar_t *)&fhp->fh4_len; in xdr_inline_decode_nfs_fh4()
395 dsize = fhp->fh4_len < NFS_FHMAXDATA ? NFS_FHMAXDATA : fhp->fh4_len; in xdr_inline_decode_nfs_fh4()
536 fsize = fhp->fh4_len < NFS_FHMAXDATA ? NFS_FHMAXDATA : fhp->fh4_len; in xdr_inline_encode_nfs_fh4()
543 sizeof (fhp->fh4_len) + fsize + in xdr_inline_encode_nfs_fh4()
587 bcopy(&fhp->fh4_len, cp, sizeof (fhp->fh4_len) + fsize); in xdr_inline_encode_nfs_fh4()
588 cp += sizeof (fhp->fh4_len) + fsize; in xdr_inline_encode_nfs_fh4()
628 fsize = fhp->fh4_len < NFS_FHMAXDATA ? NFS_FHMAXDATA : fhp->fh4_len; in xdr_encode_nfs_fh4()
637 sizeof (fhp->fh4_len) + fsize + in xdr_encode_nfs_fh4()
H A Dnfs_export.c2498 fh_fmtp->fh4_len = fid.fid_len; in makefh4()
2653 fidp = (fid_t *)&fh_fmtp->fh4_len; in nfs4_fhtovp()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1135 #define fh4_len fh4_i.fhx_len /* fid length */ macro