Lines Matching defs:rdir
704 static int vn_fullpath_any_smr(struct vnode *vp, struct vnode *rdir, char *buf,
706 static int vn_fullpath_any(struct vnode *vp, struct vnode *rdir, char *buf,
708 static int vn_fullpath_dir(struct vnode *vp, struct vnode *rdir, char *buf,
3531 vn_fullpath_dir(struct vnode *vp, struct vnode *rdir, char *buf, char **retbuf,
3559 while (vp != rdir && vp != rootvnode) {
3646 vn_fullpath_any_smr(struct vnode *vp, struct vnode *rdir, char *buf,
3679 if (vp == rdir || vp == rootvnode) {
3764 if (vp == rdir || vp == rootvnode)
3782 vn_fullpath_any(struct vnode *vp, struct vnode *rdir, char *buf, char **retbuf,
3810 return (vn_fullpath_dir(vp, rdir, buf, retbuf, buflen, addend));