Searched refs:build_path_with_parent (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/bsd/sys/ |
| H A D | vnode_internal.h | 662 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 D | vfs_cache.c | 513 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 D | vfs_subr.c | 3720 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()
|