Searched refs:fh2 (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs2ops.c73 read_args.file = filep->fh.fh2; /* structure copy */
191 xdr_nfs_fh, (caddr_t)&(nfp->fh.fh2),
318 bcopy(&dir->fh.fh2, &dirop.dir, NFS_FHSIZE);
337 bcopy(&res_lookup.diropres_u.diropres.file, &cd.fh.fh2, NFS_FHSIZE);
358 xdr_nfs_fh, (caddr_t)&cfile->fh.fh2,
H A Dgetdents.c102 bcopy((caddr_t)&nfp->fh.fh2, (caddr_t)&rda.dir, NFS_FHSIZE);
H A Dnfs_inet.h86 nfs_fh fh2; member in union:_nfs_fh
H A Dmount.c178 bcopy(&root_tmp.fhstatus_u.fhs_fhandle, &filep->fh.fh2, FHSIZE);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c1586 fhandle_t *fh2; local
1592 fh2 = (fhandle_t *)fh;
1593 fsid = &fh2->fh_fsid;
1594 fid = (fid_t *)&fh2->fh_len;
1595 xfid = (fid_t *)&fh2->fh_xlen;
H A Dnfs4_rnode.c1986 nfs4_fhandle_t fh, fh2; local
2012 sfh4_copyval(rp->r_fh, &fh2);
2013 if (nfs4cmpfhandle(&fh, &fh2) == 0) {
H A Dnfs4_subr.c179 nfs4cmpfhandle(nfs4_fhandle_t *fh1, nfs4_fhandle_t *fh2) argument
181 if (fh1->fh_len == fh2->fh_len)
182 return (bcmp(fh1->fh_buf, fh2->fh_buf, fh1->fh_len));
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.c88 static int fh_compare(fhandle_t *fh1, fhandle_t *fh2);
530 fh_compare(fhandle_t *fh1, fhandle_t *fh2) argument
532 if (memcmp(fh1, fh2, NFS_FHSIZE))

Completed in 133 milliseconds