Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/vfs/
H A Dvfs_cache.c514 int *outlen, size_t *mntpt_outlen, int flags, vfs_context_t ctx) in build_path_with_parent() argument
896 if (mntpt_outlen && mntpt_end) { in build_path_with_parent()
897 *mntpt_outlen = (size_t)*outlen - (size_t)(&buff[buflen] - mntpt_end); in build_path_with_parent()