Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dnamei.c93 write_lock(&cache->active_lock); in cachefiles_mark_object_buried()
106 write_unlock(&cache->active_lock); in cachefiles_mark_object_buried()
129 write_unlock(&cache->active_lock); in cachefiles_mark_object_buried()
146 write_lock(&cache->active_lock); in cachefiles_mark_object_active()
176 write_unlock(&cache->active_lock); in cachefiles_mark_object_active()
192 write_unlock(&cache->active_lock); in cachefiles_mark_object_active()
265 write_lock(&cache->active_lock); in cachefiles_mark_object_inactive()
268 write_unlock(&cache->active_lock); in cachefiles_mark_object_inactive()
899 read_lock(&cache->active_lock); in cachefiles_check_active()
914 read_unlock(&cache->active_lock); in cachefiles_check_active()
[all …]
H A Dinternal.h64 rwlock_t active_lock; /* lock for active_nodes */ member
H A Ddaemon.c106 rwlock_init(&cache->active_lock); in cachefiles_daemon_open()