Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c331 cp = (uchar_t *)&fhp->fh4_len; in xdr_inline_decode_nfs_fh4()
340 dsize = fhp->fh4_len < NFS_FHMAXDATA ? NFS_FHMAXDATA : fhp->fh4_len; in xdr_inline_decode_nfs_fh4()
481 fsize = fhp->fh4_len < NFS_FHMAXDATA ? NFS_FHMAXDATA : fhp->fh4_len; in xdr_inline_encode_nfs_fh4()
488 sizeof (fhp->fh4_len) + fsize + in xdr_inline_encode_nfs_fh4()
532 bcopy(&fhp->fh4_len, cp, sizeof (fhp->fh4_len) + fsize); in xdr_inline_encode_nfs_fh4()
533 cp += sizeof (fhp->fh4_len) + fsize; in xdr_inline_encode_nfs_fh4()
573 fsize = fhp->fh4_len < NFS_FHMAXDATA ? NFS_FHMAXDATA : fhp->fh4_len; in xdr_encode_nfs_fh4()
582 sizeof (fhp->fh4_len) + fsize + in xdr_encode_nfs_fh4()
H A Dnfs_export.c2194 fh_fmtp->fh4_len = fid.fid_len; in makefh4()
2410 fidp = (fid_t *)&fh_fmtp->fh4_len; in nfs4_fhtovp()
/onnv-gate/usr/src/uts/common/nfs/
H A Dnfs4.h997 #define fh4_len fh4_i.fhx_len /* fid length */ macro