Searched refs:build_path (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.121.3/bsd/sys/ |
| H A D | vnode.h | 2507 int build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t …
|
| /xnu-8020.121.3/bsd/vfs/ |
| H A D | vfs_lookup.c | 2141 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 | 822 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_subr.c | 3372 return build_path(vp, pathbuf, *len, len, BUILDPATH_NO_FS_ENTER, vfs_context_current()); in vn_getpath() 3378 return build_path(vp, pathbuf, *len, len, 0, vfs_context_current()); in vn_getpath_fsenter()
|
| H A D | vfs_syscalls.c | 12778 error = build_path(vp, buf, (int)bufsize, &length, bpflags, ctx); in fsgetpath_internal()
|