Searched refs:vn_path_to_global_path (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/sys/ |
H A D | vnode.h | 716 int vn_path_to_global_path(struct thread *td, struct vnode *vp,
|
/freebsd/sys/kern/ |
H A D | vfs_mount.c | 1680 error = vn_path_to_global_path(td, vp, pathbuf, in vfs_domount() 1773 error = vn_path_to_global_path(td, nd.ni_vp, pathbuf, in kern_unmount()
|
H A D | kern_jail.c | 1396 error = vn_path_to_global_path(td, root, g_path, MAXPATHLEN); in kern_jail_set()
|
H A D | vfs_cache.c | 3899 vn_path_to_global_path(struct thread *td, struct vnode *vp, char *path, in vn_path_to_global_path() function
|