Lines Matching refs:perm
1053 u16 perm; in tomoyo_domain_quota_is_ok() local
1064 perm = data_race(container_of(ptr, struct tomoyo_path_acl, head)->perm); in tomoyo_domain_quota_is_ok()
1067 perm = data_race(container_of(ptr, struct tomoyo_path2_acl, head)->perm); in tomoyo_domain_quota_is_ok()
1070 perm = data_race(container_of(ptr, struct tomoyo_path_number_acl, head) in tomoyo_domain_quota_is_ok()
1071 ->perm); in tomoyo_domain_quota_is_ok()
1074 perm = data_race(container_of(ptr, struct tomoyo_mkdev_acl, head)->perm); in tomoyo_domain_quota_is_ok()
1077 perm = data_race(container_of(ptr, struct tomoyo_inet_acl, head)->perm); in tomoyo_domain_quota_is_ok()
1080 perm = data_race(container_of(ptr, struct tomoyo_unix_acl, head)->perm); in tomoyo_domain_quota_is_ok()
1083 perm = 0; in tomoyo_domain_quota_is_ok()
1086 perm = 1; in tomoyo_domain_quota_is_ok()
1088 count += hweight16(perm); in tomoyo_domain_quota_is_ok()