Home
last modified time | relevance | path

Searched refs:first_vp (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_cache.c435 build_path_with_parent(vnode_t first_vp, vnode_t parent_vp, char *buff, int buflen, in build_path_with_parent() argument
448 if (first_vp == NULLVP) { in build_path_with_parent()
467 vp = first_vp; in build_path_with_parent()
478 if (proc_root_dir_vp == first_vp) { in build_path_with_parent()
644 if (vp != first_vp && vp != parent_vp && vp != vp_with_iocount) { in build_path_with_parent()
745 if (vp != first_vp && vp != parent_vp && vp != vp_with_iocount) { in build_path_with_parent()
834 build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t ctx) in build_path() argument
836 return build_path_with_parent(first_vp, NULL, buff, buflen, outlen, NULL, flags, ctx); in build_path()
/xnu-8792.41.9/bsd/sys/
H A Dvnode.h2605 int build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t …