Re: vode to pathname

2005-08-24 Thread Robert Watson
On Wed, 24 Aug 2005, Dag-Erling Smørgrav wrote: "Kamal R. Prasad" <[EMAIL PROTECTED]> writes: So the question is, how do I get hold of pathname given vnode*/(inode, devno, generation no) -without relying on the name cache (on freebsd)? You can't. The semantics of Unix file systems are such

Re: vode to pathname

2005-08-24 Thread Dag-Erling Smørgrav
"Kamal R. Prasad" <[EMAIL PROTECTED]> writes: > So the question is, how do I get hold of pathname given > vnode*/(inode, devno, generation no) -without relying on the name > cache (on freebsd)? You can't. The semantics of Unix file systems are such that the mapping from file name to file is one-w