Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/security/audit/
HDaudit_bsm_klib.c464 error = vn_fullpath_global(vp, &rbuf, &fbuf); in audit_canon_path_vp()
/freebsd-13-stable/sys/sys/
HDvnode.h698 int vn_fullpath_global(struct vnode *vp, char **retbuf, char **freebuf);
/freebsd-13-stable/sys/kern/
HDvfs_cache.c3246 vn_fullpath_global(struct vnode *vp, char **retbuf, char **freebuf) in vn_fullpath_global() function
3805 error = vn_fullpath_global(vp, &rpath, &fbuf); in vn_path_to_global_path()
HDkern_sig.c4078 if (vn_fullpath_global(p->p_textvp, &fullpath, &freepath) != 0) in coredump()