Lines Matching defs:mst2
230 struct ubifs_mst_node *mst1 = NULL, *mst2 = NULL, *mst;
240 err = get_master_node(c, UBIFS_MST_LNUM + 1, &buf2, &mst2, &cor2);
254 } else if (mst2) {
255 offs2 = (void *)mst2 - buf2;
258 if (ubifs_compare_master_node(c, mst1, mst2))
285 if (!mst2)
291 offs2 = (void *)mst2 - buf2;
294 mst = mst2;
357 if (mst2) {
359 ubifs_dump_node(c, mst2, c->leb_size - ((void *)mst2 - buf2));