Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cachefiles/
Dnamei.c98 write_lock(&cache->active_lock); in cachefiles_mark_object_buried()
111 write_unlock(&cache->active_lock); in cachefiles_mark_object_buried()
134 write_unlock(&cache->active_lock); in cachefiles_mark_object_buried()
151 write_lock(&cache->active_lock); in cachefiles_mark_object_active()
181 write_unlock(&cache->active_lock); in cachefiles_mark_object_active()
197 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()
902 read_lock(&cache->active_lock); in cachefiles_check_active()
917 read_unlock(&cache->active_lock); in cachefiles_check_active()
[all …]
Dinternal.h68 rwlock_t active_lock; /* lock for active_nodes */ member
Ddaemon.c110 rwlock_init(&cache->active_lock); in cachefiles_daemon_open()