Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A Dutil.c1044 bool tomoyo_domain_quota_is_ok(struct tomoyo_request_info *r) in tomoyo_domain_quota_is_ok() function
H A Dcommon.h937 bool tomoyo_domain_quota_is_ok(struct tomoyo_request_info *r);
H A Dcommon.c2081 if (tomoyo_domain_quota_is_ok(r)) in tomoyo_supervisor()