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

/freebsd-9.3-release/sys/kern/
H A Dvfs_cache.c312 static int vn_fullpath1(struct thread *td, struct vnode *vp, struct vnode *rdir,
1095 error = vn_fullpath1(td, cdir, rdir, tmpbuf, &bp, buflen);
1161 error = vn_fullpath1(td, vn, rdir, buf, retbuf, MAXPATHLEN);
1191 error = vn_fullpath1(td, vn, rootvnode, buf, retbuf, MAXPATHLEN);
1288 vn_fullpath1(struct thread *td, struct vnode *vp, struct vnode *rdir, function

Completed in 97 milliseconds