Searched refs:vn_fullpath (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/sys/fs/procfs/
H A Dprocfs.c80 error = vn_fullpath(td, textvp, &fullpath, &freepath);
H A Dprocfs_map.c191 vn_fullpath(td, vp, &fullpath, &freepath);
/freebsd-10.1-release/sys/compat/linprocfs/
H A Dlinprocfs.c340 if (vn_fullpath(td, nd.ni_vp, &dlep, &flep) == 0)
417 if (vn_fullpath(td, nd.ni_vp, &dlep, &flep) == 0)
890 vn_fullpath(td, p->p_fd->fd_cdir, &fullpath, &freepath);
908 vn_fullpath(td, rvp, &fullpath, &freepath);
1059 vn_fullpath(td, vp, &name, &freename);
/freebsd-10.1-release/sys/security/audit/
H A Daudit_bsm_klib.c528 * NB: vn_fullpath(9) on FreeBSD is less reliable than vn_getpath(9)
545 error = vn_fullpath(td, cvnp, &rbuf, &fbuf);
/freebsd-10.1-release/sys/sys/
H A Dvnode.h626 vn_fullpath(FIRST_THREAD_IN_PROC(p), (p)->p_textvp, rb, rfb)
627 int vn_fullpath(struct thread *td, struct vnode *vn,
/freebsd-10.1-release/sys/kern/
H A Dkern_proc.c1936 error = vn_fullpath(req->td, vp, &retbuf, &freebuf);
2097 vn_fullpath(curthread, vp, &fullpath,
2326 vn_fullpath(curthread, vp, &fullpath,
H A Dkern_exec.c566 vn_fullpath(td, imgp->vp, &imgp->execpath, &imgp->freepath) != 0))
H A Dsys_process.c416 vn_fullpath(td, vp, &fullpath, &freepath);
H A Dvfs_cache.c1124 "Disable the vn_fullpath function");
1139 vn_fullpath(struct thread *td, struct vnode *vn, char **retbuf, char **freebuf) function
1168 * This function is similar to vn_fullpath, but it attempts to lookup the
1271 * The magic behind kern___getcwd() and vn_fullpath().
H A Dkern_descrip.c3066 vn_fullpath(curthread, vp, &fullpath, &freepath);
3242 vn_fullpath(curthread, vp, &fullpath, &freepath);
3648 error = vn_fullpath(curthread, vp, &fullpath, &freepath);
/freebsd-10.1-release/share/man/man9/
H A DMakefile343 vn_fullpath.9 \
/freebsd-10.1-release/sys/dev/hwpmc/
H A Dhwpmc_mod.c721 * around vn_fullpath(9).
730 vn_fullpath(curthread, v, fullpath, freepath);
1679 * vn_fullpath() can sleep. However, if we drop the

Completed in 232 milliseconds