Searched refs:fh4_data (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1013 #define fh4_data fh4_i.fhx_data /* fid bytes */ macro
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c2242 ASSERT(fid.fid_len <= sizeof (fh_fmtp->fh4_data));
2243 bcopy(fid.fid_data, fh_fmtp->fh4_data, fid.fid_len);
H A Dnfs4_xdr.c351 * Make sure the client isn't sending us a bogus length for fh4_data.
355 bcopy(bp, fhp->fh4_data, dsize);
539 /* fh4_len + fh4_data */

Completed in 78 milliseconds