Lines Matching refs:perm
1058 u16 perm;
1063 * Reading perm bitmap might race with tomoyo_merge_*() because
1069 perm = data_race(container_of(ptr, struct tomoyo_path_acl, head)->perm);
1072 perm = data_race(container_of(ptr, struct tomoyo_path2_acl, head)->perm);
1075 perm = data_race(container_of(ptr, struct tomoyo_path_number_acl, head)
1076 ->perm);
1079 perm = data_race(container_of(ptr, struct tomoyo_mkdev_acl, head)->perm);
1082 perm = data_race(container_of(ptr, struct tomoyo_inet_acl, head)->perm);
1085 perm = data_race(container_of(ptr, struct tomoyo_unix_acl, head)->perm);
1088 perm = 0;
1091 perm = 1;
1093 count += hweight16(perm);