Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_lookup.c116 static int lookup_handle_symlink(struct nameidata *ndp, vnode_t *new_dp, bool* dp_has_…
498 error = lookup_handle_symlink(ndp, &dp, &dp_has_iocount, ctx); in namei()
1665 lookup_handle_symlink(struct nameidata *ndp, vnode_t *new_dp, bool *new_dp_has_iocount, vfs_context… function