Searched refs:vn_fullpath_any (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_cache.c | 657 static int vn_fullpath_any(struct vnode *vp, struct vnode *rdir, char *buf, 3228 error = vn_fullpath_any(pwd->pwd_cdir, pwd->pwd_rdir, buf, in vn_getcwd() 3342 error = vn_fullpath_any(vp, pwd->pwd_rdir, buf, retbuf, &buflen); in vn_fullpath() 3373 error = vn_fullpath_any(vp, rootvnode, buf, retbuf, &buflen); in vn_fullpath_global() 3722 vn_fullpath_any(struct vnode *vp, struct vnode *rdir, char *buf, char **retbuf, in vn_fullpath_any() function
|