Searched refs:vn_fullpath (Results 1 – 8 of 8) sorted by relevance
| /f-stack/lib/include/sys/ |
| H A D | vnode.h | 84 vn_fullpath(struct thread *td, struct vnode *vp, in vn_fullpath() function
|
| /f-stack/freebsd/kern/ |
| H A D | kern_proc.c | 2257 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 D | sys_process.c | 421 vn_fullpath(vp, &fullpath, &freepath); in ptrace_vm_entry()
|
| H A D | kern_exec.c | 580 if (vn_fullpath(imgp->vp, &imgp->execpath, &imgp->freepath) != 0) in do_execve()
|
| H A D | vfs_vnops.c | 2545 error = vn_fullpath(vp, &fullpath, &freepath); in vn_fill_kinfo_vnode()
|
| H A D | vfs_cache.c | 2958 vn_fullpath(struct vnode *vp, char **retbuf, char **freebuf) in vn_fullpath() function
|
| /f-stack/freebsd/sys/ |
| H A D | vnode.h | 683 int vn_fullpath(struct vnode *vp, char **retbuf, char **freebuf);
|
| /f-stack/freebsd/vm/ |
| H A D | vm_object.c | 2597 vn_fullpath(vp, &fullpath, &freepath); in sysctl_vm_object_list()
|