Home
last modified time | relevance | path

Searched refs:build_path (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.41.9/bsd/sys/
H A Dvnode.h2605 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 Dvfs_lookup.c2145 error = build_path(vp, realpath, (int)bufsize, &length, 0, ctx);
H A Dvfs_attrlist.c2612 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 Dvfs_cache.c834 build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t ctx) in build_path() function
H A Dvfs_syscalls.c13386 error = build_path(vp, buf, (int)bufsize, &length, bpflags, ctx); in fsgetpath_internal()