/titanic_50/usr/src/uts/common/nfs/ |
H A D | rnode.h | 67 char fh_buf[NFS_FHANDLE_LEN]; member 338 #define RTOFH(rp) ((fhandle_t *)(&(rp)->r_fh.fh_buf))
|
H A D | nfs4.h | 72 char fh_buf[NFS4_FHSIZE]; member
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vfsops.c | 380 if (copyin(STRUCT_FGETP(args, fh), &fh->fh_buf, NFS_FHSIZE)) { in nfs_copyin() 683 bcopy(&fhandle->fh_buf, &svp->sv_fhandle.fh_buf, fhandle->fh_len); in nfs_mount() 1256 rtvp = makenfsnode((fhandle_t *)svp->sv_fhandle.fh_buf, in nfsrootvp() 1297 (caddr_t)svp->sv_fhandle.fh_buf, xdr_statfs, (caddr_t)&fs, in nfsrootvp() 1465 vp = makenfsnode((fhandle_t *)mi->mi_curr_serv->sv_fhandle.fh_buf, in nfs_root() 1717 args.fh = (char *)&svp->sv_fhandle.fh_buf; in nfs_mountroot()
|
H A D | nfs4_subr.c | 182 return (bcmp(fh1->fh_buf, fh2->fh_buf, fh1->fh_len)); in nfs4cmpfhandle() 2336 for (ip = (int *)fhp->fh_buf; in nfs4_printfhandle() 2337 ip < (int *)&fhp->fh_buf[fhp->fh_len]; in nfs4_printfhandle() 3153 hash16((void *)&fhandle.fh_buf, fhandle.fh_len)); in rnode4info()
|
H A D | nfs_common.c | 443 args.fh = (char *)&svp->sv_fhandle.fh_buf; in nfsdyn_mountroot()
|
H A D | nfs_subr.c | 2286 bcopy(fh, nfh.fh_buf, NFS_FHSIZE); in makenfsnode() 2443 key = fh->fh_buf; in rtablehash() 2555 bcopy(fh->fh_buf, rp->r_fh.fh_buf, fh->fh_len); in make_rnode() 2643 bcmp(rootfh->fh_buf, rp->r_fh.fh_buf, rp->r_fh.fh_len) == 0) { in nfs_set_vroot() 2901 bcmp(rp->r_fh.fh_buf, fh->fh_buf, fh->fh_len) == 0) { in rfind()
|
H A D | nfs4_vfsops.c | 2022 bcopy(tmpfhp->nfs_fh4_val, svp->sv_pfhandle.fh_buf, in nfs4getfh_otw() 2026 bcopy(resfhp->nfs_fh4_val, svp->sv_fhandle.fh_buf, resfhp->nfs_fh4_len); in nfs4getfh_otw() 2245 rootfh.nfs_fh4_val = svp->sv_fhandle.fh_buf; in nfs4_remap_root() 2560 fh.nfs_fh4_val = svp->sv_fhandle.fh_buf; in nfs4rootvp() 2563 fh.nfs_fh4_val = svp->sv_pfhandle.fh_buf; in nfs4rootvp()
|
H A D | nfs4_rnode.c | 325 bcopy(fh->sfh_fh.nfs_fh4_val, fhandle.fh_buf, in badrootfh_check() 331 bcopy(mi->mi_rootfh->sfh_fh.nfs_fh4_val, fhandle.fh_buf, in badrootfh_check()
|
H A D | nfs3_vfsops.c | 664 bcopy(&fhandle->fh_buf, &svp->sv_fhandle.fh_buf, fhandle->fh_len); in nfs3_mount()
|
H A D | nfs4_callback.c | 254 bcmp(fhandle.fh_buf, args->fh.nfs_fh4_val, in cb_getattr() 439 bcmp(fhandle.fh_buf, args->fh.nfs_fh4_val, in cb_recall()
|
H A D | nfs_client.c | 2576 for (ip = (int *)fhp->fh_buf; in nfs_printfhandle() 2577 ip < (int *)&fhp->fh_buf[fhp->fh_len]; in nfs_printfhandle()
|
H A D | nfs4_recovery.c | 1711 fh.nfs_fh4_val = svp->sv_fhandle.fh_buf; in recov_newserver() 1714 fh.nfs_fh4_val = svp->sv_pfhandle.fh_buf; in recov_newserver()
|
H A D | nfs4_client.c | 3780 bcopy(fh->nfs_fh4_val, fhandle.fh_buf, fhandle.fh_len); in sfh4_get() 3963 bcopy(sfh->sfh_fh.nfs_fh4_val, fhp->fh_buf, fhp->fh_len); in sfh4_copyval()
|
H A D | nfs_vnops.c | 3560 bcopy(rp->r_fh.fh_buf, fp->nf_data, NFS_FHSIZE); in nfs_fid()
|
H A D | nfs3_vnops.c | 4466 bcopy(rp->r_fh.fh_buf, fidp->fid_data, fidp->fid_len); in nfs3_fid()
|
H A D | nfs4_vnops.c | 14884 fh.nfs_fh4_val = svp->sv_pfhandle.fh_buf; in vtodv()
|