Home
last modified time | relevance | path

Searched refs:vn_fullpath_any (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_cache.c657 static int vn_fullpath_any(struct vnode *vp, struct vnode *rdir, char *buf,
3208 error = vn_fullpath_any(pwd->pwd_cdir, pwd->pwd_rdir, buf, in vn_getcwd()
3312 error = vn_fullpath_any(vp, pwd->pwd_rdir, buf, retbuf, &buflen); in vn_fullpath()
3343 error = vn_fullpath_any(vp, rootvnode, buf, retbuf, &buflen); in vn_fullpath_global()
3692 vn_fullpath_any(struct vnode *vp, struct vnode *rdir, char *buf, char **retbuf, in vn_fullpath_any() function