Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dvnode.h715 int vn_path_to_global_path(struct thread *td, struct vnode *vp,
/freebsd/sys/kern/
H A Dvfs_mount.c1673 error = vn_path_to_global_path(td, vp, pathbuf, in vfs_domount()
1766 error = vn_path_to_global_path(td, nd.ni_vp, pathbuf, in kern_unmount()
H A Dkern_jail.c1388 error = vn_path_to_global_path(td, root, g_path, MAXPATHLEN); in kern_jail_set()
H A Dvfs_cache.c3869 vn_path_to_global_path(struct thread *td, struct vnode *vp, char *path, in vn_path_to_global_path() function