Searched refs:build_path (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fslog.c427 err = build_path(vp, path, len, &len, BUILDPATH_NO_FS_ENTER,
H A Dvfs_cache.c198 * caller can special handle this case by calling build_path again.
203 build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t ctx) function
H A Dvfs_lookup.c1709 error = build_path(vp, realpath, bufsize, &length, 0, ctx);
H A Dvfs_attrlist.c1454 /* call build_path making sure NOT to use the cache-only behavior */
1455 err = build_path(vp, fullpathptr, len, &len, 0, vfs_context_current());
H A Dvfs_subr.c2523 return build_path(vp, pathbuf, *len, len, BUILDPATH_NO_FS_ENTER, vfs_context_current());
2529 return build_path(vp, pathbuf, *len, len, 0, vfs_context_current());
H A Dvfs_syscalls.c9258 error = build_path(vp, realpath, uap->bufsize, &length, bpflags, ctx);
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h381 int build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t ctx);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c1641 * hfs_vget, since we will need the parent for build_path call.
1647 error = build_path(file_vp, bufptr, sizeof(pathname_t), &outlen, 0, context);

Completed in 162 milliseconds