<dec f='src/src/sys/sys/filedesc.h' l='225' type='int vnode_to_path(char * , size_t , struct vnode * , struct lwp * , struct proc * )'/>
<use f='src/src/sys/kern/kern_proc.c' l='2448' u='c' c='fill_pathname'/>
<def f='src/src/sys/kern/vfs_getcwd.c' l='549' ll='593' type='int vnode_to_path(char * path, size_t len, struct vnode * vp, struct lwp * curl, struct proc * p)'/>
<doc f='src/src/sys/kern/vfs_getcwd.c' l='543'>/*
 * Try to find a pathname for a vnode. Since there is no mapping
 * vnode -&gt; parent directory, this needs the NAMECACHE_ENTER_REVERSE
 * option to work (to make cache_revlookup succeed). Caller holds a
 * reference to the vnode.
 */</doc>
<use f='src/src/sys/miscfs/procfs/procfs_map.c' l='164' u='c' c='procfs_domap'/>
<use f='src/src/sys/uvm/uvm_map.c' l='4826' u='c' c='fill_vmentry'/>
