Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c1834 bcopy(fh.fh3_data, &buf[i], fh.fh3_len); in nfs_getfh()
1868 bcopy(fh.fh3_data, &logbuf[i], sz); in nfs_getfh()
2115 fid.fid_len = sizeof (fh->fh3_data); in makefh3()
2123 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()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs.h1059 #define fh3_data fh3_u.nfs_fh3_i.fh3_i._fh3_data macro