Lines Matching defs:mst2
245 struct ubifs_mst_node *mst1 = NULL, *mst2 = NULL, *mst;
256 err = get_master_node(c, UBIFS_MST_LNUM + 1, &buf2, &mst2, &cor2);
270 } else if (mst2) {
271 offs2 = (void *)mst2 - buf2;
274 if (ubifs_compare_master_node(c, mst1, mst2)) {
305 if (!mst2) {
312 offs2 = (void *)mst2 - buf2;
316 mst = mst2;
379 if (mst2) {
381 ubifs_dump_node(c, mst2, c->leb_size - ((void *)mst2 - buf2));