Home
last modified time | relevance | path

Searched refs:sv_hostnamelen (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c694 svp->sv_hostnamelen = strlen(args->hostname) + 1; in nfs_mount()
699 svp->sv_hostnamelen = strlen(p) + 1; in nfs_mount()
700 svp->sv_hostname = kmem_zalloc(svp->sv_hostnamelen, KM_SLEEP); in nfs_mount()
1730 svp->sv_hostnamelen = (int)(strlen(root_hostname) + 1); in nfs_mountroot()
1731 svp->sv_hostname = kmem_alloc(svp->sv_hostnamelen, KM_SLEEP); in nfs_mountroot()
H A Dnfs4_vfsops.c882 svp->sv_hostnamelen = strlen(args->hostname) + 1; in nfs4_mount()
887 svp->sv_hostnamelen = strlen(p) + 1; in nfs4_mount()
888 svp->sv_hostname = kmem_zalloc(svp->sv_hostnamelen, KM_SLEEP); in nfs4_mount()
1512 kmem_free(svp->sv_hostname, svp->sv_hostnamelen); in update_servinfo4()
1516 svp->sv_hostnamelen = host->utf8string_len + 1; in update_servinfo4()
2057 svp->sv_hostnamelen = nsvp->sv_hostnamelen; in copy_svp()
2062 svp->sv_hostname = kmem_alloc(svp->sv_hostnamelen, KM_SLEEP); in copy_svp()
2063 bcopy(nsvp->sv_hostname, svp->sv_hostname, svp->sv_hostnamelen); in copy_svp()
2622 len = svp->sv_hostnamelen + svp->sv_pathlen; in nfs4rootvp()
3032 svp->sv_hostnamelen = (int)(strlen(root_hostname) + 1); in nfs4_mountroot()
[all …]
H A Dnfs3_vfsops.c675 svp->sv_hostnamelen = strlen(args->hostname) + 1; in nfs3_mount()
680 svp->sv_hostnamelen = strlen(p) + 1; in nfs3_mount()
681 svp->sv_hostname = kmem_zalloc(svp->sv_hostnamelen, KM_SLEEP); in nfs3_mount()
1728 svp->sv_hostnamelen = (int)(strlen(root_hostname) + 1); in nfs3_mountroot()
1729 svp->sv_hostname = kmem_alloc(svp->sv_hostnamelen, KM_SLEEP); in nfs3_mountroot()
H A Dnfs_subr.c4763 if (svp->sv_hostname && svp->sv_hostnamelen > 0) in sv_free()
4764 kmem_free(svp->sv_hostname, svp->sv_hostnamelen); in sv_free()
5065 length += s->sv_hostnamelen; in nfs_getsrvnames()
5072 namep += s->sv_hostnamelen - 1; in nfs_getsrvnames()
H A Dnfs4_subr.c2283 if (svp->sv_hostname && svp->sv_hostnamelen > 0) in sv4_free()
2284 kmem_free(svp->sv_hostname, svp->sv_hostnamelen); in sv4_free()
H A Dnfs4_recovery.c3453 length += svp->sv_hostnamelen; in nfs4_getsrvnames()
3467 namep += svp->sv_hostnamelen - 1; in nfs4_getsrvnames()
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs_clnt.h272 int sv_hostnamelen; /* server's hostname length */ member
H A Dnfs4_clnt.h642 int sv_hostnamelen; /* server's hostname length */ member