Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cachefiles/
Dnamei.c107 write_lock(&cache->active_lock); in cachefiles_mark_object_buried()
120 write_unlock(&cache->active_lock); in cachefiles_mark_object_buried()
139 write_unlock(&cache->active_lock); in cachefiles_mark_object_buried()
156 write_lock(&cache->active_lock); in cachefiles_mark_object_active()
184 write_unlock(&cache->active_lock); in cachefiles_mark_object_active()
198 write_unlock(&cache->active_lock); in cachefiles_mark_object_active()
677 write_lock(&cache->active_lock); in cachefiles_walk_to_object()
681 write_unlock(&cache->active_lock); in cachefiles_walk_to_object()
852 read_lock(&cache->active_lock); in cachefiles_check_active()
867 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.h68 rwlock_t active_lock; /* lock for active_nodes */ member
Ddaemon.c110 rwlock_init(&cache->active_lock); in cachefiles_daemon_open()