Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c1364 struct pathname oldpn, newpn; in resolve_sympath() local
1384 if (error = pn_get(oldpath, UIO_SYSSPACE, &oldpn)) { in resolve_sympath()
1399 pathname_skipslashdot(&oldpn); in resolve_sympath()
1400 error = pn_getcomponent(&oldpn, component); in resolve_sympath()
1410 addlen = oldpn.pn_path - oldpn.pn_buf; in resolve_sympath()
1411 bcopy(oldpn.pn_buf, newpn.pn_path, addlen); in resolve_sympath()
1433 pathname_skipslashdot(&oldpn); in resolve_sympath()
1434 if (error = pn_getcomponent(&oldpn, component)) in resolve_sympath()
1437 addlen = pn_pathleft(&oldpn); /* includes counting the slash */ in resolve_sympath()
1447 bcopy(oldpn.pn_path, newpn.pn_path, addlen); in resolve_sympath()
[all …]