Searched refs:first_vp (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c203 build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t ctx) argument
214 if (first_vp == NULLVP)
227 vp = first_vp;
361 if (vp != first_vp && vp != vp_with_iocount) {
471 if (vp != first_vp && vp != vp_with_iocount) {
/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);

Completed in 74 milliseconds