Searched refs:build_path (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.41.9/bsd/sys/ |
| H A D | vnode.h | 2605 int build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t …
|
| /xnu-8792.41.9/bsd/vfs/ |
| H A D | vfs_lookup.c | 2145 error = build_path(vp, realpath, (int)bufsize, &length, 0, ctx);
|
| H A D | vfs_attrlist.c | 2612 err = build_path(vp, pathsp->fullpathptr, len, &len, 0, vfs_context_current()); in calc_varsize() 2633 …err = build_path(vp, pathsp->relpathptr, MAXPATHLEN, &len, BUILDPATH_VOLUME_RELATIVE, vfs_context_… in calc_varsize() 2652 …err = build_path(vp, pathsp->REALpathptr, MAXPATHLEN, &len, BUILDPATH_NO_FIRMLINK, vfs_context_cur… in calc_varsize()
|
| H A D | vfs_cache.c | 834 build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t ctx) in build_path() function
|
| H A D | vfs_syscalls.c | 13386 error = build_path(vp, buf, (int)bufsize, &length, bpflags, ctx); in fsgetpath_internal()
|