Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Dnamei.h272 vfs_context_t context, int *dp_authorized, vnode_t last_dp);
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_lookup.c1299 int dp_authorized = 0; local
1346 if ((error = cache_lookup_path(ndp, cnp, dp, ctx, &dp_authorized, last_dp))) {
1489 dp_authorized = 0;
1515 error = lookup_authorize_search(dp, cnp, dp_authorized, ctx);
1577 dp_authorized = 0;
H A Dvfs_cache.c1758 vfs_context_t ctx, int *dp_authorized, vnode_t last_dp) in cache_lookup_path() argument
1892 *dp_authorized = 0; in cache_lookup_path()
1953 *dp_authorized = 1; in cache_lookup_path()
2327 *dp_authorized = 0; in cache_lookup_path()