Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_cache.c520 char *mntpt_end; in build_path_with_parent() local
549 mntpt_end = NULL; in build_path_with_parent()
618 if (!mntpt_end && vp) { in build_path_with_parent()
619 mntpt_end = end; in build_path_with_parent()
878 if (!mntpt_end && tvp) { in build_path_with_parent()
879 mntpt_end = end; in build_path_with_parent()
903 if (mntpt_outlen && mntpt_end) { in build_path_with_parent()
904 *mntpt_outlen = (size_t)*outlen - (size_t)(&buff[buflen] - mntpt_end); in build_path_with_parent()