Home
last modified time | relevance | path

Searched refs:fh3_fsid (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c182 fhp->fh3_fsid.val[0] = *(uint32_t *)bp; in xdr_inline_decode_nfs_fh3()
184 fhp->fh3_fsid.val[1] = *(uint32_t *)bp; in xdr_inline_decode_nfs_fh3()
331 otw_len = sizeof (fhp->fh3_fsid) + in xdr_inline_encode_nfs_fh3()
358 *ptr++ = (uint32_t)fhp->fh3_fsid.val[0]; in xdr_inline_encode_nfs_fh3()
359 *ptr++ = (uint32_t)fhp->fh3_fsid.val[1]; in xdr_inline_encode_nfs_fh3()
408 otw_len = BYTES_PER_XDR_UNIT + sizeof (objp->fh3_fsid) + in xdr_encode_nfs_fh3()
H A Dnfs_export.c1821 bcopy(&fh.fh3_fsid, &buf[i], sz); in nfs_getfh()
1862 bcopy(&fh.fh3_fsid, &logbuf[i], sz); in nfs_getfh()
2121 fh->fh3_fsid = exi->exi_fsid; in makefh3()
2129 fh->fh3_length = sizeof (fh->fh3_fsid) in makefh3()
H A Dnfs_log.c1582 exi_ret = checkexport(&fh3->fh3_fsid, in nfslog_get_exi()
H A Dnfs_server.c1601 fsid = &fh3->fh3_fsid; in common_dispatch()
H A Dnfs3_srv.c2720 to_exi = checkexport(&fh3->fh3_fsid, FH3TOXFIDP(fh3), NULL); in rfs3_rename()
2930 to_exi = checkexport(&fh3->fh3_fsid, FH3TOXFIDP(fh3), NULL); in rfs3_link()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs.h1057 #define fh3_fsid fh3_u.nfs_fh3_i.fh3_i._fh3_fsid macro