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

/macosx-10.10.1/xnu-2782.1.97/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)
235 vp = first_vp;
379 if (vp != first_vp && vp != vp_with_iocount) {
496 if (vp != first_vp && vp != vp_with_iocount) {
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h408 int build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t ctx);

Completed in 114 milliseconds