Searched refs:fh2 (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | nfs2ops.c | 73 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 D | getdents.c | 102 bcopy((caddr_t)&nfp->fh.fh2, (caddr_t)&rda.dir, NFS_FHSIZE); in nfsgetdents()
|
H A D | nfs_inet.h | 86 nfs_fh fh2; member
|
H A D | mount.c | 178 bcopy(&root_tmp.fhstatus_u.fhs_fhandle, &filep->fh.fh2, FHSIZE); in nfsmountroot()
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/ |
H A D | Project.t | 742 my $fh2; 747 open($fh2, ">/tmp/projent.$$") || fatal($!); 749 print $fh2 @lines; 751 close($fh2);
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_server.c | 1588 fhandle_t *fh2; in common_dispatch() local 1594 fh2 = (fhandle_t *)fh; in common_dispatch() 1595 fsid = &fh2->fh_fsid; in common_dispatch() 1596 fid = (fid_t *)&fh2->fh_len; in common_dispatch() 1597 xfid = (fid_t *)&fh2->fh_xlen; in common_dispatch()
|
H A D | nfs4_rnode.c | 1991 nfs4_fhandle_t fh, fh2; in r4_dup_check() local 2017 sfh4_copyval(rp->r_fh, &fh2); in r4_dup_check() 2018 if (nfs4cmpfhandle(&fh, &fh2) == 0) { in r4_dup_check()
|
H A D | nfs4_subr.c | 179 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()
|
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | fhtab.c | 88 static int fh_compare(fhandle_t *fh1, fhandle_t *fh2); 530 fh_compare(fhandle_t *fh1, fhandle_t *fh2) in fh_compare() argument 532 if (memcmp(fh1, fh2, NFS_FHSIZE)) in fh_compare()
|