Home
last modified time | relevance | path

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

/openbmc/linux/fs/cachefiles/
H A Ddaemon.c110 mutex_init(&cache->daemon_mutex); in cachefiles_daemon_open()
339 mutex_lock(&cache->daemon_mutex); in cachefiles_daemon_write()
345 mutex_unlock(&cache->daemon_mutex); in cachefiles_daemon_write()
H A Dinternal.h98 struct mutex daemon_mutex; /* command serialisation mutex */ member