Home
last modified time | relevance | path

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

/openbmc/linux/fs/cachefiles/
H A Dsecurity.c21 _enter("{%u}", cache->have_secid ? cache->secid : 0); in cachefiles_get_security_ID()
29 if (cache->have_secid) { in cachefiles_get_security_ID()
H A Ddaemon.c589 if (cache->have_secid) { in cachefiles_daemon_secctx()
598 cache->have_secid = true; in cachefiles_daemon_secctx()
H A Dinternal.h133 bool have_secid; /* whether "secid" was set */ member