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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cache.c130 #define NAME_CACHE_LOCK() name_cache_lock()
132 #define NAME_CACHE_LOCK_SHARED() name_cache_lock()
137 #define NAME_CACHE_LOCK() name_cache_lock()
1854 name_cache_lock(void) function
H A Dvfs_syscalls.c873 * taking the name_cache_lock exclusively will
880 name_cache_lock();
1221 * taking the name_cache_lock exclusively will
1228 name_cache_lock();
1860 * taking the name_cache_lock exclusively will
1867 name_cache_lock();
7505 name_cache_lock();
/xnu-2422.115.4/bsd/sys/
H A Dvnode_internal.h123 * v_nclinks and v_ncchildren are protected by the global name_cache_lock
158 * by the name_cache_lock held in
446 void name_cache_lock(void);

Completed in 47 milliseconds