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

/freebsd-9.3-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-9.3-release/sys/compat/linprocfs/
H A Dlinprocfs.c344 if (vn_fullpath(td, nd.ni_vp, &dlep, &flep) == 0)
423 if (vn_fullpath(td, nd.ni_vp, &dlep, &flep) == 0)
898 vn_fullpath(td, p->p_fd->fd_cdir, &fullpath, &freepath);
916 vn_fullpath(td, rvp, &fullpath, &freepath);
1068 vn_fullpath(td, vp, &name, &freename);
/freebsd-9.3-release/sys/security/audit/
H A Daudit_bsm_klib.c529 * NB: vn_fullpath(9) on FreeBSD is less reliable than vn_getpath(9)
546 error = vn_fullpath(td, cvnp, &rbuf, &fbuf);
/freebsd-9.3-release/sys/sys/
H A Dvnode.h619 vn_fullpath(FIRST_THREAD_IN_PROC(p), (p)->p_textvp, rb, rfb)
620 int vn_fullpath(struct thread *td, struct vnode *vn,
/freebsd-9.3-release/sys/kern/
H A Dkern_proc.c1931 error = vn_fullpath(req->td, vp, &retbuf, &freebuf);
2095 vn_fullpath(curthread, vp, &fullpath,
2278 vn_fullpath(curthread, vp, &fullpath,
H A Dkern_exec.c572 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.c1128 "Disable the vn_fullpath function");
1143 vn_fullpath(struct thread *td, struct vnode *vn, char **retbuf, char **freebuf) function
1174 * This function is similar to vn_fullpath, but it attempts to lookup the
1285 * The magic behind kern___getcwd() and vn_fullpath().
H A Dkern_descrip.c3024 vn_fullpath(curthread, vp, &fullpath, &freepath);
3218 vn_fullpath(curthread, vp, &fullpath, &freepath);
3641 error = vn_fullpath(curthread, vp, &fullpath, &freepath);
/freebsd-9.3-release/share/man/man9/
H A DMakefile341 vn_fullpath.9 \
/freebsd-9.3-release/sys/dev/hwpmc/
H A Dhwpmc_mod.c720 * around vn_fullpath(9).
729 vn_fullpath(curthread, v, fullpath, freepath);
1679 * vn_fullpath() can sleep. However, if we drop the

Completed in 114 milliseconds