Home
last modified time | relevance | path

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

/linux-6.12.1/fs/cachefiles/
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()
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()
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()
Dinternal.h96 spinlock_t object_list_lock; /* Lock for volumes and object_list */ member
Ddaemon.c114 spin_lock_init(&cache->object_list_lock); in cachefiles_daemon_open()