Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/
H A Dnamei.h260 vfs_context_t context, int *dp_authorized, vnode_t last_dp);
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_lookup.c1181 int dp_authorized = 0; local
1228 if ((error = cache_lookup_path(ndp, cnp, dp, ctx, &dp_authorized, last_dp))) {
1345 dp_authorized = 0;
1362 error = lookup_authorize_search(dp, cnp, dp_authorized, ctx);
1424 dp_authorized = 0;
H A Dvfs_cache.c1758 vfs_context_t ctx, int *dp_authorized, vnode_t last_dp) in cache_lookup_path() argument
1879 *dp_authorized = 0; in cache_lookup_path()
1940 *dp_authorized = 1; in cache_lookup_path()
2293 *dp_authorized = 0; in cache_lookup_path()