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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cache.c208 build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t ctx) argument
219 if (first_vp == NULLVP)
232 vp = first_vp;
376 if (vp != first_vp && vp != vp_with_iocount) {
493 if (vp != first_vp && vp != vp_with_iocount) {
/xnu-2422.115.4/bsd/sys/
H A Dvnode_internal.h367 int build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t ctx);

Completed in 18 milliseconds