Lines Matching refs:perm
1056 u16 perm; in tomoyo_domain_quota_is_ok() local
1068 data_race(perm = container_of(ptr, struct tomoyo_path_acl, head)->perm); in tomoyo_domain_quota_is_ok()
1071 data_race(perm = container_of(ptr, struct tomoyo_path2_acl, head)->perm); in tomoyo_domain_quota_is_ok()
1074 data_race(perm = container_of(ptr, struct tomoyo_path_number_acl, head) in tomoyo_domain_quota_is_ok()
1075 ->perm); in tomoyo_domain_quota_is_ok()
1078 data_race(perm = container_of(ptr, struct tomoyo_mkdev_acl, head)->perm); in tomoyo_domain_quota_is_ok()
1081 data_race(perm = container_of(ptr, struct tomoyo_inet_acl, head)->perm); in tomoyo_domain_quota_is_ok()
1084 data_race(perm = container_of(ptr, struct tomoyo_unix_acl, head)->perm); in tomoyo_domain_quota_is_ok()
1087 perm = 0; in tomoyo_domain_quota_is_ok()
1090 perm = 1; in tomoyo_domain_quota_is_ok()
1093 if (perm & (1 << i)) in tomoyo_domain_quota_is_ok()