Home
last modified time | relevance | path

Searched refs:daemon_mutex (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/fs/cachefiles/
Ddaemon.c109 mutex_init(&cache->daemon_mutex); in cachefiles_daemon_open()
337 mutex_lock(&cache->daemon_mutex); in cachefiles_daemon_write()
343 mutex_unlock(&cache->daemon_mutex); in cachefiles_daemon_write()
Dinternal.h83 struct mutex daemon_mutex; /* command serialisation mutex */ member