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

/freebsd-10.0-release/sys/kern/
H A Dvfs_cache.c312 static int vn_fullpath1(struct thread *td, struct vnode *vp, struct vnode *rdir,
1089 error = vn_fullpath1(td, cdir, rdir, tmpbuf, &bp, buflen);
1151 error = vn_fullpath1(td, vn, rdir, buf, retbuf, MAXPATHLEN);
1179 error = vn_fullpath1(td, vn, rootvnode, buf, retbuf, MAXPATHLEN);
1268 vn_fullpath1(struct thread *td, struct vnode *vp, struct vnode *rdir, function

Completed in 72 milliseconds