Lines Matching refs:head
21 return container_of(a, struct tomoyo_path_group, head)->member_name == in tomoyo_same_path_group()
22 container_of(b, struct tomoyo_path_group, head)->member_name; in tomoyo_same_path_group()
36 return !memcmp(&container_of(a, struct tomoyo_number_group, head) in tomoyo_same_number_group()
38 &container_of(b, struct tomoyo_number_group, head) in tomoyo_same_number_group()
40 sizeof(container_of(a, struct tomoyo_number_group, head) in tomoyo_same_number_group()
56 head); in tomoyo_same_address_group()
58 head); in tomoyo_same_address_group()
85 error = tomoyo_update_policy(&e.head, sizeof(e), param, in tomoyo_write_group()
93 error = tomoyo_update_policy(&e.head, sizeof(e), param, in tomoyo_write_group()
105 error = tomoyo_update_policy(&e.head, sizeof(e), param, in tomoyo_write_group()
129 list_for_each_entry_rcu(member, &group->member_list, head.list) { in tomoyo_path_matches_group()
130 if (member->head.is_deleted) in tomoyo_path_matches_group()
156 list_for_each_entry_rcu(member, &group->member_list, head.list) { in tomoyo_number_matches_group()
157 if (member->head.is_deleted) in tomoyo_number_matches_group()
186 list_for_each_entry_rcu(member, &group->member_list, head.list) { in tomoyo_address_matches_group()
187 if (member->head.is_deleted) in tomoyo_address_matches_group()