Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c1365 struct pathname oldpn, newpn; in resolve_sympath() local
1385 if (error = pn_get(oldpath, UIO_SYSSPACE, &oldpn)) { in resolve_sympath()
1400 pathname_skipslashdot(&oldpn); in resolve_sympath()
1401 error = pn_getcomponent(&oldpn, component); in resolve_sympath()
1411 addlen = oldpn.pn_path - oldpn.pn_buf; in resolve_sympath()
1412 bcopy(oldpn.pn_buf, newpn.pn_path, addlen); in resolve_sympath()
1434 pathname_skipslashdot(&oldpn); in resolve_sympath()
1435 if (error = pn_getcomponent(&oldpn, component)) in resolve_sympath()
1438 addlen = pn_pathleft(&oldpn); /* includes counting the slash */ in resolve_sympath()
1448 bcopy(oldpn.pn_path, newpn.pn_path, addlen); in resolve_sympath()
[all …]