Lines Matching defs:rdir
655 static int vn_fullpath_any_smr(struct vnode *vp, struct vnode *rdir, char *buf,
657 static int vn_fullpath_any(struct vnode *vp, struct vnode *rdir, char *buf,
659 static int vn_fullpath_dir(struct vnode *vp, struct vnode *rdir, char *buf,
3471 vn_fullpath_dir(struct vnode *vp, struct vnode *rdir, char *buf, char **retbuf,
3499 while (vp != rdir && vp != rootvnode) {
3586 vn_fullpath_any_smr(struct vnode *vp, struct vnode *rdir, char *buf,
3619 if (vp == rdir || vp == rootvnode) {
3704 if (vp == rdir || vp == rootvnode)
3722 vn_fullpath_any(struct vnode *vp, struct vnode *rdir, char *buf, char **retbuf,
3750 return (vn_fullpath_dir(vp, rdir, buf, retbuf, buflen, addend));