Lines Matching refs:rn_hostpath
171 char *rn_hostpath; member
387 rn->rn_hostpath = malloc(len, M_TEMP, M_WAITOK | M_ZERO); in etfsregister()
388 memcpy(rn->rn_hostpath, hostpath, len); in etfsregister()
407 if (et->et_rn->rn_hostpath != NULL) in etfsregister()
408 free(et->et_rn->rn_hostpath, M_TEMP); in etfsregister()
461 rv = rumpblk_deregister(et->et_rn->rn_hostpath); in etfsremove()
497 if (et->et_rn->rn_hostpath != NULL) in etfsremove()
498 free(et->et_rn->rn_hostpath, M_TEMP); in etfsremove()
742 newpathlen = strlen(rnd->rn_hostpath) + 1 + cnp->cn_namelen + 1; in rump_vop_lookup()
745 strlcpy(newpath, rnd->rn_hostpath, newpathlen); in rump_vop_lookup()
767 rn->rn_hostpath = newpath; in rump_vop_lookup()
1279 error = rumpuser_open(rn->rn_hostpath, in rump_vop_open()
1286 error = rumpuser_open(rn->rn_hostpath, in rump_vop_open()
1716 if (rn->rn_hostpath) in rump_vop_reclaim()
1717 free(rn->rn_hostpath, M_TEMP); in rump_vop_reclaim()