Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c1621 int orig_pathlen = 0, ret = -1, index; in resolve_referral() local
1627 orig_pathlen = svp->sv_pathlen; in resolve_referral()
1628 orig_path = kmem_alloc(orig_pathlen, KM_SLEEP); in resolve_referral()
1629 bcopy(svp->sv_path, orig_path, orig_pathlen); in resolve_referral()
1640 kmem_free(orig_path, orig_pathlen); in resolve_referral()
1658 kmem_free(orig_path, orig_pathlen); in resolve_referral()