Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cachefiles/
Dnamei.c108 write_lock(&cache->active_lock); in cachefiles_mark_object_buried()
121 write_unlock(&cache->active_lock); in cachefiles_mark_object_buried()
141 write_unlock(&cache->active_lock); in cachefiles_mark_object_buried()
158 write_lock(&cache->active_lock); in cachefiles_mark_object_active()
186 write_unlock(&cache->active_lock); in cachefiles_mark_object_active()
200 write_unlock(&cache->active_lock); in cachefiles_mark_object_active()
687 write_lock(&cache->active_lock); in cachefiles_walk_to_object()
691 write_unlock(&cache->active_lock); in cachefiles_walk_to_object()
862 read_lock(&cache->active_lock); in cachefiles_check_active()
877 read_unlock(&cache->active_lock); in cachefiles_check_active()
[all …]
Dinterface.c295 write_lock(&cache->active_lock); in cachefiles_drop_object()
301 write_unlock(&cache->active_lock); in cachefiles_drop_object()
Dinternal.h67 rwlock_t active_lock; /* lock for active_nodes */ member
Ddaemon.c110 rwlock_init(&cache->active_lock); in cachefiles_daemon_open()