Searched refs:vn_fullpath (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/sys/vfs/procfs/ |
| HD | procfs_map.c | 181 vn_fullpath(p, vp, &fullpath, &freepath, 1); in procfs_domap()
|
| /dragonfly/sys/kern/ |
| HD | imgact_resident.c | 92 error = vn_fullpath(td->td_proc, vrtmp, &fullpath, &freepath, 0); in fill_xresident()
|
| HD | kern_exec.c | 372 vn_fullpath(imgp->proc, imgp->vp, &imgp->execpath, in kern_execve()
|
| HD | imgact_elf.c | 1156 if (vn_fullpath(curproc, vp, &fullpath, &freepath, 0)) { in cb_put_fp()
|
| HD | vfs_cache.c | 5295 vn_fullpath(struct proc *p, struct vnode *vn, char **retbuf, in vn_fullpath() function
|
| /dragonfly/sys/sys/ |
| HD | vnode.h | 509 int vn_fullpath (struct proc *p, struct vnode *vn, char **retbuf, char **freebuf, int guess);
|
| /dragonfly/sys/dev/disk/vn/ |
| HD | vn.c | 792 error = vn_fullpath(curproc, vn->sc_vp, in vnget()
|
| /dragonfly/share/man/man9/ |
| HD | Makefile | 196 vn_fullpath.9 \
|