Lines Matching refs:perm
1053 u16 perm;
1058 * Reading perm bitmap might race with tomoyo_merge_*() because
1064 perm = data_race(container_of(ptr, struct tomoyo_path_acl, head)->perm);
1067 perm = data_race(container_of(ptr, struct tomoyo_path2_acl, head)->perm);
1070 perm = data_race(container_of(ptr, struct tomoyo_path_number_acl, head)
1071 ->perm);
1074 perm = data_race(container_of(ptr, struct tomoyo_mkdev_acl, head)->perm);
1077 perm = data_race(container_of(ptr, struct tomoyo_inet_acl, head)->perm);
1080 perm = data_race(container_of(ptr, struct tomoyo_unix_acl, head)->perm);
1083 perm = 0;
1086 perm = 1;
1088 count += hweight16(perm);