| H A D | vfs_cache.c | 3285 char *retbuf, *freebuf; in kern___realpathat() local 3315 error = vn_fullpath(covered_vp, &retbuf, &freebuf); in kern___realpathat() 3320 &freebuf, &size); in kern___realpathat() 3332 free(freebuf, M_TEMP); in kern___realpathat() 3352 char **retbuf, char **freebuf) in vn_fullpath_up_to_pwd_vnode() 3376 *freebuf = buf; in vn_fullpath_up_to_pwd_vnode() 3393 vn_fullpath(struct vnode *vp, char **retbuf, char **freebuf) in vn_fullpath() 3395 return (vn_fullpath_up_to_pwd_vnode(vp, get_rdir, retbuf, freebuf)); in vn_fullpath() 3413 vn_fullpath_jail(struct vnode *vp, char **retbuf, char **freebuf) in vn_fullpath_jail() 3415 return (vn_fullpath_up_to_pwd_vnode(vp, get_jdir, retbuf, freebuf)); in vn_fullpath_jail() 3351 vn_fullpath_up_to_pwd_vnode(struct vnode * vp,struct vnode * (* const get_pwd_vnode)(const struct pwd *),char ** retbuf,char ** freebuf) vn_fullpath_up_to_pwd_vnode() argument 3392 vn_fullpath(struct vnode * vp,char ** retbuf,char ** freebuf) vn_fullpath() argument 3412 vn_fullpath_jail(struct vnode * vp,char ** retbuf,char ** freebuf) vn_fullpath_jail() argument 3424 vn_fullpath_global(struct vnode * vp,char ** retbuf,char ** freebuf) vn_fullpath_global() argument 3834 vn_fullpath_hardlink(struct vnode * vp,struct vnode * dvp,const char * hrdl_name,size_t hrdl_name_length,char ** retbuf,char ** freebuf,size_t * buflen) vn_fullpath_hardlink() argument [all...] |