Home
last modified time | relevance | path

Searched refs:build_path_with_parent (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/bsd/sys/
H A Dvnode_internal.h662 int build_path_with_parent(vnode_t, vnode_t /* parent */, char *, int, int *, size_t *, int, vf…
/xnu-12377.81.4/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() function
921 return build_path_with_parent(first_vp, NULL, buff, buflen, outlen, NULL, flags, ctx); in build_path()
H A Dvfs_subr.c3720 error = build_path_with_parent(vp, dvp, pathbuf, local_len, &local_len, in vn_getpath_ext_with_mntlen()
3806 return build_path_with_parent(vp, dvp, pathbuf, *len, len, NULL, 0, vfs_context_current()); in vn_getpath_fsenter_with_parent()