Home
last modified time | relevance | path

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

/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_pci.h276 uint16_t group_type; member
/openbmc/u-boot/fs/ubifs/
H A Dio.c331 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_pad()
390 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_prepare_node()
424 ch->group_type = UBIFS_LAST_OF_NODE_GROUP; in ubifs_prep_grp_node()
426 ch->group_type = UBIFS_IN_NODE_GROUP; in ubifs_prep_grp_node()
H A Dubifs-media.h425 __u8 group_type; member
H A Drecovery.c579 if (ch->group_type != UBIFS_IN_NODE_GROUP) in drop_last_group()
H A Ddebug.c225 pr_err("\tgroup_type %d (%s)\n", ch->group_type, in dump_ch()
226 dbg_gtype(ch->group_type)); in dump_ch()