Home
last modified time | relevance | path

Searched refs:object_list_lock (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/fs/fscache/
H A Dcache.c197 spin_lock_init(&cache->object_list_lock); in fscache_init_cache()
261 spin_lock(&cache->object_list_lock); in fscache_add_cache()
263 spin_unlock(&cache->object_list_lock); in fscache_add_cache()
331 spin_lock(&cache->object_list_lock); in fscache_withdraw_all_objects()
346 spin_unlock(&cache->object_list_lock); in fscache_withdraw_all_objects()
H A Dcookie.c584 spin_lock(&cache->object_list_lock); in fscache_attach_object()
586 spin_unlock(&cache->object_list_lock); in fscache_attach_object()
H A Dobject.c740 spin_lock(&cache->object_list_lock); in fscache_drop_object()
742 spin_unlock(&cache->object_list_lock); in fscache_drop_object()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h67 spinlock_t object_list_lock; member