Home
last modified time | relevance | path

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

/f-stack/lib/include/sys/
H A Dvnode.h84 vn_fullpath(struct thread *td, struct vnode *vp, in vn_fullpath() function
/f-stack/freebsd/kern/
H A Dkern_proc.c2257 error = vn_fullpath(vp, &retbuf, &freebuf); in sysctl_kern_proc_pathname()
2395 vn_fullpath(vp, &fullpath, &freepath); in sysctl_kern_proc_ovmmap()
2603 vn_fullpath(vp, &fullpath, &freepath); in kern_proc_vmmap_out()
H A Dsys_process.c421 vn_fullpath(vp, &fullpath, &freepath); in ptrace_vm_entry()
H A Dkern_exec.c580 if (vn_fullpath(imgp->vp, &imgp->execpath, &imgp->freepath) != 0) in do_execve()
H A Dvfs_vnops.c2545 error = vn_fullpath(vp, &fullpath, &freepath); in vn_fill_kinfo_vnode()
H A Dvfs_cache.c2958 vn_fullpath(struct vnode *vp, char **retbuf, char **freebuf) in vn_fullpath() function
/f-stack/freebsd/sys/
H A Dvnode.h683 int vn_fullpath(struct vnode *vp, char **retbuf, char **freebuf);
/f-stack/freebsd/vm/
H A Dvm_object.c2597 vn_fullpath(vp, &fullpath, &freepath); in sysctl_vm_object_list()