Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c2088 bcopy(fh.fh3_data, &buf[i], fh.fh3_len); in nfs_getfh()
2122 bcopy(fh.fh3_data, &logbuf[i], sz); in nfs_getfh()
2373 fid.fid_len = sizeof (fh->fh3_data); in makefh3()
2381 bcopy(fid.fid_data, fh->fh3_data, fh->fh3_len); in makefh3()
H A Dnfs3_xdr.c207 bcopy(bp, fhp->fh3_data, dsize); in xdr_inline_decode_nfs_fh3()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1136 #define fh3_data fh3_u.nfs_fh3_i.fh3_i._fh3_data macro