Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/vfs/
H A Dvfs_cache.c513 build_path_with_parent(vnode_t first_vp, vnode_t parent_vp, char *buff, int buflen, in build_path_with_parent() argument
526 if (first_vp == NULLVP) { in build_path_with_parent()
545 vp = first_vp; in build_path_with_parent()
556 if (proc_root_dir_vp == first_vp) { in build_path_with_parent()
722 if (vp != first_vp && vp != parent_vp && vp != vp_with_iocount) { in build_path_with_parent()
823 if (vp != first_vp && vp != parent_vp && vp != vp_with_iocount) { in build_path_with_parent()
912 build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t ctx) in build_path() argument
914 return build_path_with_parent(first_vp, NULL, buff, buflen, outlen, NULL, flags, ctx); in build_path()
/xnu-10063.101.15/bsd/sys/
H A Dvnode.h2630 int build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t …