Searched refs:vn_fullpath_any (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/sys/kern/ |
| HD | vfs_cache.c | 574 static int vn_fullpath_any(struct vnode *vp, struct vnode *rdir, char *buf, 3138 error = vn_fullpath_any(pwd->pwd_cdir, pwd->pwd_rdir, buf, in vn_getcwd() 3229 error = vn_fullpath_any(vp, pwd->pwd_rdir, buf, retbuf, &buflen); in vn_fullpath() 3260 error = vn_fullpath_any(vp, rootvnode, buf, retbuf, &buflen); in vn_fullpath_global() 3609 vn_fullpath_any(struct vnode *vp, struct vnode *rdir, char *buf, char **retbuf, in vn_fullpath_any() function
|