Lines Matching defs:mst1
230 struct ubifs_mst_node *mst1 = NULL, *mst2 = NULL, *mst;
236 err = get_master_node(c, UBIFS_MST_LNUM, &buf1, &mst1, &cor1);
244 if (mst1) {
245 offs1 = (void *)mst1 - buf1;
246 if ((le32_to_cpu(mst1->flags) & UBIFS_MST_RCVRY) &&
249 * mst1 was written by recovery at offset 0 with no
253 mst = mst1;
258 if (ubifs_compare_master_node(c, mst1, mst2))
260 mst = mst1;
265 mst = mst1;
271 mst = mst1;
282 mst = mst1;
298 (mst == mst1 ? UBIFS_MST_LNUM : UBIFS_MST_LNUM + 1));
353 if (mst1) {
355 ubifs_dump_node(c, mst1, c->leb_size - ((void *)mst1 - buf1));