Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dio.c332 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_pad()
391 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_prepare_node()
425 ch->group_type = UBIFS_LAST_OF_NODE_GROUP; in ubifs_prep_grp_node()
427 ch->group_type = UBIFS_IN_NODE_GROUP; in ubifs_prep_grp_node()
H A Dubifs-media.h426 __u8 group_type; member
H A Drecovery.c580 if (ch->group_type != UBIFS_IN_NODE_GROUP) in drop_last_group()
H A Ddebug.c226 pr_err("\tgroup_type %d (%s)\n", ch->group_type, in dump_ch()
227 dbg_gtype(ch->group_type)); in dump_ch()