Home
last modified time | relevance | path

Searched refs:group_type (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/fs/ubifs/
Dio.c214 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()
Dubifs-media.h435 __u8 group_type; member
Drecovery.c584 if (ch->group_type != UBIFS_IN_NODE_GROUP) in drop_incomplete_group()
Ddebug.c234 printk(KERN_DEBUG "\tgroup_type %d (%s)\n", ch->group_type, in dump_ch()
235 dbg_gtype(ch->group_type)); in dump_ch()
/linux-2.6.39/net/ipv6/
Dmcast.c1122 int group_type; in igmp6_event_query() local
1144 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()
/linux-2.6.39/sound/core/seq/
Dseq_ports.c177 enum group_type { enum