Searched refs:vn_fullpath_global (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/sys/security/audit/ |
| HD | audit_bsm_klib.c | 464 error = vn_fullpath_global(vp, &rbuf, &fbuf); in audit_canon_path_vp()
|
| /freebsd-13-stable/sys/sys/ |
| HD | vnode.h | 698 int vn_fullpath_global(struct vnode *vp, char **retbuf, char **freebuf);
|
| /freebsd-13-stable/sys/kern/ |
| HD | vfs_cache.c | 3246 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()
|
| HD | kern_sig.c | 4078 if (vn_fullpath_global(p->p_textvp, &fullpath, &freepath) != 0) in coredump()
|