Lines Matching refs:perm
1040 u16 perm; in tomoyo_domain_quota_is_ok() local
1046 perm = container_of(ptr, struct tomoyo_path_acl, head) in tomoyo_domain_quota_is_ok()
1047 ->perm; in tomoyo_domain_quota_is_ok()
1050 perm = container_of(ptr, struct tomoyo_path2_acl, head) in tomoyo_domain_quota_is_ok()
1051 ->perm; in tomoyo_domain_quota_is_ok()
1054 perm = container_of(ptr, struct tomoyo_path_number_acl, in tomoyo_domain_quota_is_ok()
1055 head)->perm; in tomoyo_domain_quota_is_ok()
1058 perm = container_of(ptr, struct tomoyo_mkdev_acl, in tomoyo_domain_quota_is_ok()
1059 head)->perm; in tomoyo_domain_quota_is_ok()
1062 perm = container_of(ptr, struct tomoyo_inet_acl, in tomoyo_domain_quota_is_ok()
1063 head)->perm; in tomoyo_domain_quota_is_ok()
1066 perm = container_of(ptr, struct tomoyo_unix_acl, in tomoyo_domain_quota_is_ok()
1067 head)->perm; in tomoyo_domain_quota_is_ok()
1070 perm = 0; in tomoyo_domain_quota_is_ok()
1073 perm = 1; in tomoyo_domain_quota_is_ok()
1076 if (perm & (1 << i)) in tomoyo_domain_quota_is_ok()