Searched refs:first_vp (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.121.3/bsd/vfs/ |
| H A D | vfs_cache.c | 432 build_path_with_parent(vnode_t first_vp, vnode_t parent_vp, char *buff, int buflen, in build_path_with_parent() argument 445 if (first_vp == NULLVP) { in build_path_with_parent() 464 vp = first_vp; in build_path_with_parent() 475 if (proc_root_dir_vp == first_vp) { in build_path_with_parent() 640 if (vp != first_vp && vp != parent_vp && vp != vp_with_iocount) { in build_path_with_parent() 736 if (vp != first_vp && vp != parent_vp && vp != vp_with_iocount) { in build_path_with_parent() 822 build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t ctx) in build_path() argument 824 return build_path_with_parent(first_vp, NULL, buff, buflen, outlen, NULL, flags, ctx); in build_path()
|
| /xnu-8020.121.3/bsd/sys/ |
| H A D | vnode.h | 2507 int build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t …
|