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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cache.c130 #define NAME_CACHE_LOCK() name_cache_lock() macro
137 #define NAME_CACHE_LOCK() name_cache_lock() macro
238 * holding the NAME_CACHE_LOCK in shared mode is
246 * after we drop the NAME_CACHE_LOCK via vnode_getwithvid...
248 * the NAME_CACHE_LOCK... we lazily release the reference
250 * the NAME_CACHE_LOCK or before we return from this routine
686 NAME_CACHE_LOCK();
700 * Use a temp variable to avoid kauth_cred_unref() while NAME_CACHE_LOCK is held
805 NAME_CACHE_LOCK();
874 * use the exclusive form of NAME_CACHE_LOCK t
[all...]

Completed in 15 milliseconds