Home
last modified time | relevance | path

Searched refs:fh2 (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs2ops.c73 read_args.file = filep->fh.fh2; /* structure copy */ in nfsread()
191 xdr_nfs_fh, (caddr_t)&(nfp->fh.fh2), in nfsgetattr()
318 bcopy(&dir->fh.fh2, &dirop.dir, NFS_FHSIZE); in nfslookup()
337 bcopy(&res_lookup.diropres_u.diropres.file, &cd.fh.fh2, NFS_FHSIZE); in nfslookup()
358 xdr_nfs_fh, (caddr_t)&cfile->fh.fh2, in nfsgetsymlink()
H A Dgetdents.c100 bcopy((caddr_t)&nfp->fh.fh2, (caddr_t)&rda.dir, NFS_FHSIZE); in nfsgetdents()
H A Dnfs_inet.h86 nfs_fh fh2; member
H A Dmount.c176 bcopy(&root_tmp.fhstatus_u.fhs_fhandle, &filep->fh.fh2, FHSIZE); in nfsmountroot()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t742 my $fh2;
747 open($fh2, ">/tmp/projent.$$") || fatal($!);
749 print $fh2 @lines;
751 close($fh2);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c1606 fhandle_t *fh2; in common_dispatch() local
1612 fh2 = (fhandle_t *)fh; in common_dispatch()
1613 fsid = &fh2->fh_fsid; in common_dispatch()
1614 fid = (fid_t *)&fh2->fh_len; in common_dispatch()
1615 xfid = (fid_t *)&fh2->fh_xlen; in common_dispatch()
H A Dnfs4_rnode.c2030 nfs4_fhandle_t fh, fh2; in r4_dup_check() local
2056 sfh4_copyval(rp->r_fh, &fh2); in r4_dup_check()
2057 if (nfs4cmpfhandle(&fh, &fh2) == 0) { in r4_dup_check()
H A Dnfs4_subr.c179 nfs4cmpfhandle(nfs4_fhandle_t *fh1, nfs4_fhandle_t *fh2) in nfs4cmpfhandle() argument
181 if (fh1->fh_len == fh2->fh_len) in nfs4cmpfhandle()
182 return (bcmp(fh1->fh_buf, fh2->fh_buf, fh1->fh_len)); in nfs4cmpfhandle()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.c86 static int fh_compare(fhandle_t *fh1, fhandle_t *fh2);
528 fh_compare(fhandle_t *fh1, fhandle_t *fh2) in fh_compare() argument
530 if (memcmp(fh1, fh2, NFS_FHSIZE)) in fh_compare()