Searched refs:sv_hostnamelen (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vfsops.c | 694 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 D | nfs4_vfsops.c | 882 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 D | nfs3_vfsops.c | 675 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 D | nfs_subr.c | 4763 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 D | nfs4_subr.c | 2283 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 D | nfs4_recovery.c | 3453 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 D | nfs_clnt.h | 272 int sv_hostnamelen; /* server's hostname length */ member
|
H A D | nfs4_clnt.h | 642 int sv_hostnamelen; /* server's hostname length */ member
|