Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A Dutil.c1054 if (READ_ONCE(domain->flags[TOMOYO_DIF_QUOTA_WARNED])) in tomoyo_domain_quota_is_ok()
1098 WRITE_ONCE(domain->flags[TOMOYO_DIF_QUOTA_WARNED], true); in tomoyo_domain_quota_is_ok()
1100 tomoyo_write_log(r, "%s", tomoyo_dif[TOMOYO_DIF_QUOTA_WARNED]); in tomoyo_domain_quota_is_ok()
H A Dcommon.h178 TOMOYO_DIF_QUOTA_WARNED, enumerator
H A Dcommon.c1151 [TOMOYO_DIF_QUOTA_WARNED] = "quota_exceeded\n",