Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/vfs/
H A Dvfs_cache.c439 char *mntpt_end; in build_path_with_parent() local
468 mntpt_end = NULL; in build_path_with_parent()
537 if (!mntpt_end && vp) { in build_path_with_parent()
538 mntpt_end = end; in build_path_with_parent()
781 if (!mntpt_end && tvp) { in build_path_with_parent()
782 mntpt_end = end; in build_path_with_parent()
806 if (mntpt_outlen && mntpt_end) { in build_path_with_parent()
807 *mntpt_outlen = (size_t)*outlen - (size_t)(&buff[buflen] - mntpt_end); in build_path_with_parent()