Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cachefiles/
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()
Dcache.c292 spin_lock(&cache->object_list_lock); in cachefiles_withdraw_objects()
302 spin_unlock(&cache->object_list_lock); in cachefiles_withdraw_objects()
304 spin_lock(&cache->object_list_lock); in cachefiles_withdraw_objects()
308 spin_unlock(&cache->object_list_lock); in cachefiles_withdraw_objects()
322 spin_lock(&cache->object_list_lock); in cachefiles_withdraw_volumes()
328 spin_unlock(&cache->object_list_lock); in cachefiles_withdraw_volumes()
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()
Dinternal.h81 spinlock_t object_list_lock; /* Lock for volumes and object_list */ member
Ddaemon.c113 spin_lock_init(&cache->object_list_lock); in cachefiles_daemon_open()