/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_subr.c | 141 bcopy(from->nfs_fh4_val, to->nfs_fh4_val, to->nfs_fh4_len); in nfs_fh4_copy() 159 for (c1 = fh4p1->nfs_fh4_val, c2 = fh4p2->nfs_fh4_val; in nfs4cmpfh() 160 c1 < fh4p1->nfs_fh4_val + fh4p1->nfs_fh4_len; in nfs4cmpfh() 1733 fhp->nfs_fh4_val = kmem_alloc(tmpfhp->nfs_fh4_len, KM_SLEEP); in remap_lookup() 1761 pfhp->nfs_fh4_val = kmem_alloc(tmpfhp->nfs_fh4_len, KM_SLEEP); in remap_lookup() 1886 kmem_free(newfh.nfs_fh4_val, newfh.nfs_fh4_len); in nfs4_remap_file() 1890 kmem_free(newpfh.nfs_fh4_val, newpfh.nfs_fh4_len); in nfs4_remap_file() 1994 kmem_free(newfh.nfs_fh4_val, newfh.nfs_fh4_len); in nfs4_remap_file() 1996 kmem_free(newpfh.nfs_fh4_val, newpfh.nfs_fh4_len); in nfs4_remap_file() 2244 kmem_free(newfh.nfs_fh4_val, newfh.nfs_fh4_len); in nfs4_make_dotdot() [all …]
|
H A D | nfs4_state.c | 2228 if (oo->ro_reply_fh.nfs_fh4_val) { in rfs4_openowner_destroy() 2229 kmem_free(oo->ro_reply_fh.nfs_fh4_val, in rfs4_openowner_destroy() 2231 oo->ro_reply_fh.nfs_fh4_val = NULL; in rfs4_openowner_destroy() 2271 oo->ro_reply_fh.nfs_fh4_val = NULL; in rfs4_openowner_create() 2341 if (oo->ro_reply_fh.nfs_fh4_val == NULL) in rfs4_update_open_resp() 2342 oo->ro_reply_fh.nfs_fh4_val = in rfs4_update_open_resp() 2346 if (oo->ro_reply_fh.nfs_fh4_val) { in rfs4_update_open_resp() 2347 kmem_free(oo->ro_reply_fh.nfs_fh4_val, in rfs4_update_open_resp() 2349 oo->ro_reply_fh.nfs_fh4_val = NULL; in rfs4_update_open_resp() 2535 if (fp->rf_filehandle.nfs_fh4_val) in rfs4_file_destroy() [all …]
|
H A D | nfs4_xdr.c | 472 objp->nfs_fh4_val = NULL; in xdr_decode_nfs_fh4() 503 objp->nfs_fh4_val = kmem_zalloc(sizeof (nfs_fh4_fmt_t), KM_SLEEP); in xdr_decode_nfs_fh4() 507 (nfs_fh4_fmt_t *)objp->nfs_fh4_val, fhsize) == FALSE) { in xdr_decode_nfs_fh4() 514 kmem_free(objp->nfs_fh4_val, objp->nfs_fh4_len); in xdr_decode_nfs_fh4() 515 objp->nfs_fh4_val = NULL; in xdr_decode_nfs_fh4() 627 fhp = (nfs_fh4_fmt_t *)objp->nfs_fh4_val; in xdr_encode_nfs_fh4() 680 return (xdr_bytes(xdrs, (char **)&objp->nfs_fh4_val, in xdr_nfs_fh4() 683 if (objp->nfs_fh4_val != NULL) { in xdr_nfs_fh4() 684 kmem_free(objp->nfs_fh4_val, objp->nfs_fh4_len); in xdr_nfs_fh4() 685 objp->nfs_fh4_val = NULL; in xdr_nfs_fh4() [all …]
|
H A D | nfs4_srv_attr.c | 161 cs.fh.nfs_fh4_val = NULL; in rfs4_attr_init() 825 ASSERT(IS_P2ALIGNED(wirefh->nfs_fh4_val, sizeof (uint32_t))); in rfs4fhcmp() 828 if (!xdr_inline_decode_nfs_fh4((uint32_t *)wirefh->nfs_fh4_val, &fh, in rfs4fhcmp() 832 return (bcmp(srvfh->nfs_fh4_val, &fh, srvfh->nfs_fh4_len)); in rfs4fhcmp() 857 na->filehandle.nfs_fh4_val = in rfs4_fattr4_filehandle() 862 na->filehandle.nfs_fh4_val = in rfs4_fattr4_filehandle() 883 if (na->filehandle.nfs_fh4_val == NULL) in rfs4_fattr4_filehandle() 885 kmem_free(na->filehandle.nfs_fh4_val, in rfs4_fattr4_filehandle() 887 na->filehandle.nfs_fh4_val = NULL; in rfs4_fattr4_filehandle()
|
H A D | nfs4_srv_deleg.c | 705 if (rec_argp->fh.nfs_fh4_val) in rfs4args_cb_recall_free() 706 kmem_free(rec_argp->fh.nfs_fh4_val, rec_argp->fh.nfs_fh4_len); in rfs4args_cb_recall_free() 716 if (argp->fh.nfs_fh4_val) in rfs4args_cb_getattr_free() 717 kmem_free(argp->fh.nfs_fh4_val, argp->fh.nfs_fh4_len); in rfs4args_cb_getattr_free() 873 rec_argp->fh.nfs_fh4_val = kmem_alloc(sizeof (char) * in rfs4_do_cb_recall()
|
H A D | nfs4_client.c | 3734 nsfh->sfh_fh.nfs_fh4_val = kmem_alloc(NFS4_FHSIZE, KM_SLEEP); in sfh4_put() 3735 bcopy(fh->nfs_fh4_val, nsfh->sfh_fh.nfs_fh4_val, fh->nfs_fh4_len); in sfh4_put() 3751 kmem_free(nsfh->sfh_fh.nfs_fh4_val, NFS4_FHSIZE); in sfh4_put() 3780 bcopy(fh->nfs_fh4_val, fhandle.fh_buf, fhandle.fh_len); in sfh4_get() 3878 kmem_free(sfh->sfh_fh.nfs_fh4_val, NFS4_FHSIZE); in sfh4_rele() 3920 bcopy(newfh->nfs_fh4_val, sfh->sfh_fh.nfs_fh4_val, in sfh4_update() 3963 bcopy(sfh->sfh_fh.nfs_fh4_val, fhp->fh_buf, fhp->fh_len); in sfh4_copyval()
|
H A D | nfs_export.c | 2474 nfs_fh4_fmt_t *fh_fmtp = (nfs_fh4_fmt_t *)fh->nfs_fh4_val; in makefh4() 2650 fh_fmtp = (nfs_fh4_fmt_t *)fh->nfs_fh4_val; in nfs4_fhtovp() 2925 fhp = &((nfs_fh4_fmt_t *)fh4p->nfs_fh4_val)->fh4_i; in find_volrnm_fh() 2980 fh4.nfs_fh4_val = fhbuf; in add_volrnm_fh() 2992 bcopy(fh4.nfs_fh4_val, &p->vrn_fh_fmt, sizeof (p->vrn_fh_fmt)); in add_volrnm_fh()
|
H A D | nfs4_callback.c | 254 bcmp(fhandle.fh_buf, args->fh.nfs_fh4_val, in cb_getattr() 262 bcmp(nfs4_deleg_anyfh.nfs_fh4_val, args->fh.nfs_fh4_val, in cb_getattr() 439 bcmp(fhandle.fh_buf, args->fh.nfs_fh4_val, in cb_recall()
|
H A D | nfs4_stub_vnops.c | 1558 stub_fh->nfs_fh4_val = kmem_alloc(dfh->nfs_fh4_len + in find_referral_stubvp() 1560 newfhval = stub_fh->nfs_fh4_val; in find_referral_stubvp() 1563 bcopy(dfh->nfs_fh4_val, newfhval, dfh->nfs_fh4_len); in find_referral_stubvp() 1573 kmem_free(stub_fh->nfs_fh4_val, dfh->nfs_fh4_len + in find_referral_stubvp()
|
H A D | nfs4_srv.c | 772 cs->fh.nfs_fh4_val = cs->fhbuf; in rfs4_init_compound_state() 788 if (cs->saved_fh.nfs_fh4_val) { in rfs4_fini_compound_state() 789 kmem_free(cs->saved_fh.nfs_fh4_val, NFS4_FHSIZE); in rfs4_fini_compound_state() 2647 resp->object.nfs_fh4_val = in rfs4_op_getfh() 2662 resp->object.nfs_fh4_val != NULL) { in rfs4_op_getfh_free() 2663 kmem_free(resp->object.nfs_fh4_val, resp->object.nfs_fh4_len); in rfs4_op_getfh_free() 2664 resp->object.nfs_fh4_val = NULL; in rfs4_op_getfh_free() 3708 fh_fmtp = (nfs_fh4_fmt_t *)cs->fh.nfs_fh4_val; in rfs4_op_putpubfh() 3803 fh_fmtp = (nfs_fh4_fmt_t *)args->object.nfs_fh4_val; in rfs4_op_putfh() 5032 if ((cs->saved_vp == NULL) || (cs->saved_fh.nfs_fh4_val == NULL)) { in rfs4_op_restorefh() [all …]
|
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 | 326 bcopy(fh->sfh_fh.nfs_fh4_val, fhandle.fh_buf, in badrootfh_check() 332 bcopy(mi->mi_rootfh->sfh_fh.nfs_fh4_val, fhandle.fh_buf, in badrootfh_check()
|
H A D | nfs4x_xdr.c | 2093 if (!xdr_bytes(xdrs, (char **)&objp->lor_fh.nfs_fh4_val, in xdr_layoutrecall_file4() 2099 if (objp->lor_fh.nfs_fh4_val != NULL) { in xdr_layoutrecall_file4() 2101 (char **)&objp->lor_fh.nfs_fh4_val, in xdr_layoutrecall_file4()
|
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_vnops.c | 14827 fh.nfs_fh4_val = svp->sv_pfhandle.fh_buf; in vtodv()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/ |
H A D | rfs4.c | 557 uint8_t *nfs_fh4_val; in rfs4_print_file() local 568 nfs_fh4_val = mdb_alloc(f.rf_filehandle.nfs_fh4_len, UM_SLEEP | UM_GC); in rfs4_print_file() 569 if (mdb_vread(nfs_fh4_val, f.rf_filehandle.nfs_fh4_len, in rfs4_print_file() 570 (uintptr_t)f.rf_filehandle.nfs_fh4_val) == -1) { in rfs4_print_file() 577 mdb_printf("%02x", nfs_fh4_val[i]); in rfs4_print_file()
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 1141 #define fh4_to_fmt4(fh4p) ((nfs_fh4_fmt_t *)(fh4p)->nfs_fh4_val)
|
H A D | nfs4_kprot.h | 282 char *nfs_fh4_val; member
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs4.c | 595 #define fh4_hash(fh) adler16((fh)->nfs_fh4_val, (fh)->nfs_fh4_len) 2121 for (i = 0, cp = (uchar_t *)fh->nfs_fh4_val; in detail_fh4()
|
H A D | nfs4_xdr.c | 273 if (!xdr_bytes(xdrs, (char **)&objp->nfs_fh4_val, in xdr_nfs_fh4()
|