Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fscache/
Dcache.c201 spin_lock_init(&cache->object_list_lock); in fscache_init_cache()
265 spin_lock(&cache->object_list_lock); in fscache_add_cache()
267 spin_unlock(&cache->object_list_lock); in fscache_add_cache()
335 spin_lock(&cache->object_list_lock); in fscache_withdraw_all_objects()
350 spin_unlock(&cache->object_list_lock); in fscache_withdraw_all_objects()
Dcookie.c588 spin_lock(&cache->object_list_lock); in fscache_attach_object()
590 spin_unlock(&cache->object_list_lock); in fscache_attach_object()
Dobject.c744 spin_lock(&cache->object_list_lock); in fscache_drop_object()
746 spin_unlock(&cache->object_list_lock); in fscache_drop_object()
/linux-4.19.296/include/linux/
Dfscache-cache.h71 spinlock_t object_list_lock; member