Searched refs:NAME_CACHE_LOCK (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c129 #define NAME_CACHE_LOCK() name_cache_lock() macro
136 #define NAME_CACHE_LOCK() name_cache_lock() macro
233 * holding the NAME_CACHE_LOCK in shared mode is
241 * after we drop the NAME_CACHE_LOCK via vnode_getwithvid...
243 * the NAME_CACHE_LOCK... we lazily release the reference
245 * the NAME_CACHE_LOCK or before we return from this routine
619 NAME_CACHE_LOCK();
633 * Use a temp variable to avoid kauth_cred_unref() while NAME_CACHE_LOCK is held
738 NAME_CACHE_LOCK();
807 * use the exclusive form of NAME_CACHE_LOCK t
[all...]

Completed in 19 milliseconds