Searched refs:group_type (Results 1 – 6 of 6) sorted by relevance
214 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_pad()273 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_prepare_node()307 ch->group_type = UBIFS_LAST_OF_NODE_GROUP; in ubifs_prep_grp_node()309 ch->group_type = UBIFS_IN_NODE_GROUP; in ubifs_prep_grp_node()
435 __u8 group_type; member
584 if (ch->group_type != UBIFS_IN_NODE_GROUP) in drop_incomplete_group()
234 printk(KERN_DEBUG "\tgroup_type %d (%s)\n", ch->group_type, in dump_ch()235 dbg_gtype(ch->group_type)); in dump_ch()
1122 int group_type; in igmp6_event_query() local1144 group_type = ipv6_addr_type(group); in igmp6_event_query()1146 if (group_type != IPV6_ADDR_ANY && in igmp6_event_query()1147 !(group_type&IPV6_ADDR_MULTICAST)) in igmp6_event_query()1179 if (group_type == IPV6_ADDR_ANY) { /* general query */ in igmp6_event_query()1199 if (group_type == IPV6_ADDR_ANY) { in igmp6_event_query()
177 enum group_type { enum