Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dnamei.h280 vfs_context_t context, int *dp_authorized, vnode_t last_dp);
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_lookup.c1098 int dp_authorized = 0; local
1145 if ((error = cache_lookup_path(ndp, cnp, dp, ctx, &dp_authorized, last_dp))) {
1262 dp_authorized = 0;
1279 error = lookup_authorize_search(dp, cnp, dp_authorized, ctx);
1341 dp_authorized = 0;
H A Dvfs_cache.c1712 vfs_context_t ctx, int *dp_authorized, vnode_t last_dp) in cache_lookup_path() argument
1833 *dp_authorized = 0; in cache_lookup_path()
1894 *dp_authorized = 1; in cache_lookup_path()
2247 *dp_authorized = 0; in cache_lookup_path()