Home
last modified time | relevance | path

Searched refs:object_list_lock (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/fs/cachefiles/
H A Dvolume.c86 spin_lock(&cache->object_list_lock); in cachefiles_acquire_volume()
88 spin_unlock(&cache->object_list_lock); in cachefiles_acquire_volume()
127 spin_lock(&volume->cache->object_list_lock); in cachefiles_free_volume()
129 spin_unlock(&volume->cache->object_list_lock); in cachefiles_free_volume()
H A Dcache.c294 spin_lock(&cache->object_list_lock); in cachefiles_withdraw_objects()
304 spin_unlock(&cache->object_list_lock); in cachefiles_withdraw_objects()
306 spin_lock(&cache->object_list_lock); in cachefiles_withdraw_objects()
310 spin_unlock(&cache->object_list_lock); in cachefiles_withdraw_objects()
324 spin_lock(&cache->object_list_lock); in cachefiles_withdraw_volumes()
330 spin_unlock(&cache->object_list_lock); in cachefiles_withdraw_volumes()
H A Dinterface.c198 spin_lock(&cache->object_list_lock); in cachefiles_lookup_cookie()
200 spin_unlock(&cache->object_list_lock); in cachefiles_lookup_cookie()
359 spin_lock(&cache->object_list_lock); in cachefiles_withdraw_cookie()
362 spin_unlock(&cache->object_list_lock); in cachefiles_withdraw_cookie()
H A Dinternal.h81 spinlock_t object_list_lock; /* Lock for volumes and object_list */ member
H A Ddaemon.c113 spin_lock_init(&cache->object_list_lock); in cachefiles_daemon_open()
/kernel/linux/linux-5.10/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()
340 /* This must be done under object_list_lock to prevent in fscache_withdraw_all_objects()
346 spin_unlock(&cache->object_list_lock); in fscache_withdraw_all_objects()
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()
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()
/kernel/linux/linux-5.10/include/linux/
H A Dfscache-cache.h67 spinlock_t object_list_lock; member

Completed in 8 milliseconds