Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c408 cp = (uchar_t *)&fhp->fh4_xlen; in xdr_inline_decode_nfs_fh4()
413 dsize = fhp->fh4_xlen < NFS_FHMAXDATA ? NFS_FHMAXDATA : fhp->fh4_xlen; in xdr_inline_decode_nfs_fh4()
537 xsize = fhp->fh4_xlen < NFS_FHMAXDATA ? NFS_FHMAXDATA : fhp->fh4_xlen; in xdr_inline_encode_nfs_fh4()
544 sizeof (fhp->fh4_xlen) + xsize; in xdr_inline_encode_nfs_fh4()
591 bcopy(&fhp->fh4_xlen, cp, sizeof (fhp->fh4_xlen) + xsize); in xdr_inline_encode_nfs_fh4()
592 cp += sizeof (fhp->fh4_xlen) + xsize; in xdr_inline_encode_nfs_fh4()
629 xsize = fhp->fh4_xlen < NFS_FHMAXDATA ? NFS_FHMAXDATA : fhp->fh4_xlen; in xdr_encode_nfs_fh4()
638 sizeof (fhp->fh4_xlen) + xsize + in xdr_encode_nfs_fh4()
H A Dnfs4_state.c4104 exi_fhp->fh4_xlen) == 0) { in rfs4_lo_state_walk_callout()
4138 exi_fhp->fh4_xlen) == 0) { in rfs4_state_walk_callout()
4171 exi_fhp->fh4_xlen) == 0) { in rfs4_deleg_state_walk_callout()
4201 exi_fhp->fh4_xlen) == 0) { in rfs4_file_walk_callout()
H A Dnfs4_srv.c3716 (fid_t *)&fh_fmtp->fh4_xlen, NULL); in rfs4_op_putpubfh()
3804 cs->exi = checkexport4(&fh_fmtp->fh4_fsid, (fid_t *)&fh_fmtp->fh4_xlen, in rfs4_op_putfh()
7781 (fid_t *)&fh_fmtp->fh4_xlen, NULL); in rfs4_op_open()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1137 #define fh4_xlen fh4_i.fhx_xlen macro
1160 (nfs_fmt)->fh4_xlen = (exifh)->fh_xlen; \