Home
last modified time | relevance | path

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

/openbmc/linux/fs/cachefiles/
H A Dcache.c295 spin_lock(&cache->object_list_lock); in cachefiles_withdraw_objects()
305 spin_unlock(&cache->object_list_lock); in cachefiles_withdraw_objects()
307 spin_lock(&cache->object_list_lock); in cachefiles_withdraw_objects()
311 spin_unlock(&cache->object_list_lock); in cachefiles_withdraw_objects()
326 spin_lock(&cache->object_list_lock); in cachefiles_withdraw_fscache_volumes()
336 spin_unlock(&cache->object_list_lock); in cachefiles_withdraw_fscache_volumes()
342 spin_unlock(&cache->object_list_lock); in cachefiles_withdraw_fscache_volumes()
358 spin_lock(&cache->object_list_lock); in cachefiles_withdraw_volumes()
365 spin_unlock(&cache->object_list_lock); in cachefiles_withdraw_volumes()
371 spin_unlock(&cache->object_list_lock); in cachefiles_withdraw_volumes()
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 Dinterface.c203 spin_lock(&cache->object_list_lock); in cachefiles_lookup_cookie()
205 spin_unlock(&cache->object_list_lock); in cachefiles_lookup_cookie()
364 spin_lock(&cache->object_list_lock); in cachefiles_withdraw_cookie()
367 spin_unlock(&cache->object_list_lock); in cachefiles_withdraw_cookie()
H A Dinternal.h96 spinlock_t object_list_lock; /* Lock for volumes and object_list */ member
H A Ddaemon.c114 spin_lock_init(&cache->object_list_lock); in cachefiles_daemon_open()