Home
last modified time | relevance | path

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

/fs/cachefiles/
Dnamei.c109 write_lock(&cache->active_lock); in cachefiles_mark_object_buried()
122 write_unlock(&cache->active_lock); in cachefiles_mark_object_buried()
142 write_unlock(&cache->active_lock); in cachefiles_mark_object_buried()
159 write_lock(&cache->active_lock); in cachefiles_mark_object_active()
187 write_unlock(&cache->active_lock); in cachefiles_mark_object_active()
201 write_unlock(&cache->active_lock); in cachefiles_mark_object_active()
268 write_lock(&cache->active_lock); in cachefiles_mark_object_inactive()
271 write_unlock(&cache->active_lock); in cachefiles_mark_object_inactive()
880 read_lock(&cache->active_lock); in cachefiles_check_active()
895 read_unlock(&cache->active_lock); in cachefiles_check_active()
[all …]
Dinternal.h67 rwlock_t active_lock; /* lock for active_nodes */ member
Ddaemon.c110 rwlock_init(&cache->active_lock); in cachefiles_daemon_open()