Home
last modified time | relevance | path

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

/linux-3.4.99/fs/fscache/
Dcache.c201 spin_lock_init(&cache->object_list_lock); in fscache_init_cache()
263 spin_lock(&cache->object_list_lock); in fscache_add_cache()
265 spin_unlock(&cache->object_list_lock); in fscache_add_cache()
333 spin_lock(&cache->object_list_lock); in fscache_withdraw_all_objects()
343 spin_unlock(&cache->object_list_lock); in fscache_withdraw_all_objects()
348 spin_lock(&cache->object_list_lock); in fscache_withdraw_all_objects()
351 spin_unlock(&cache->object_list_lock); in fscache_withdraw_all_objects()
Dcookie.c353 spin_lock(&cache->object_list_lock); in fscache_attach_object()
355 spin_unlock(&cache->object_list_lock); in fscache_attach_object()
Dobject.c623 spin_lock(&cache->object_list_lock); in fscache_drop_object()
625 spin_unlock(&cache->object_list_lock); in fscache_drop_object()
/linux-3.4.99/include/linux/
Dfscache-cache.h59 spinlock_t object_list_lock; member