Home
last modified time | relevance | path

Searched refs:vn_fullpath_global (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/security/audit/
H A Daudit_bsm_klib.c466 error = vn_fullpath_global(vp, &rbuf, &fbuf); in audit_canon_path_vp()
/f-stack/freebsd/sys/
H A Dvnode.h684 int vn_fullpath_global(struct vnode *vp, char **retbuf, char **freebuf);
/f-stack/freebsd/kern/
H A Dvfs_cache.c2993 vn_fullpath_global(struct vnode *vp, char **retbuf, char **freebuf) in vn_fullpath_global() function
3560 error = vn_fullpath_global(vp, &rpath, &fbuf); in vn_path_to_global_path()
H A Dkern_sig.c3828 if (vn_fullpath_global(p->p_textvp, &fullpath, &freepath) != 0) in coredump()