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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c129 #define NAME_CACHE_LOCK() name_cache_lock()
131 #define NAME_CACHE_LOCK_SHARED() name_cache_lock()
136 #define NAME_CACHE_LOCK() name_cache_lock()
1769 name_cache_lock(void) function
H A Dvfs_syscalls.c834 * taking the name_cache_lock exclusively will
841 name_cache_lock();
1179 * taking the name_cache_lock exclusively will
1186 name_cache_lock();
1810 * taking the name_cache_lock exclusively will
1817 name_cache_lock();
7406 name_cache_lock();
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h131 * v_nclinks and v_ncchildren are protected by the global name_cache_lock
166 * by the name_cache_lock held in
466 void name_cache_lock(void);

Completed in 36 milliseconds