Home
last modified time | relevance | path

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

/linux-3.4.99/fs/cachefiles/
Dnamei.c110 write_lock(&cache->active_lock); in cachefiles_mark_object_buried()
123 write_unlock(&cache->active_lock); in cachefiles_mark_object_buried()
144 write_unlock(&cache->active_lock); in cachefiles_mark_object_buried()
161 write_lock(&cache->active_lock); in cachefiles_mark_object_active()
189 write_unlock(&cache->active_lock); in cachefiles_mark_object_active()
204 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.c282 write_lock(&cache->active_lock); in cachefiles_drop_object()
288 write_unlock(&cache->active_lock); in cachefiles_drop_object()
Dinternal.h59 rwlock_t active_lock; /* lock for active_nodes */ member
Ddaemon.c110 rwlock_init(&cache->active_lock); in cachefiles_daemon_open()