Searched refs:mst2 (Results 1 – 1 of 1) sorted by relevance
234 struct ubifs_mst_node *mst1 = NULL, *mst2 = NULL, *mst; in ubifs_recover_master_node() local244 err = get_master_node(c, UBIFS_MST_LNUM + 1, &buf2, &mst2, &cor2); in ubifs_recover_master_node()258 } else if (mst2) { in ubifs_recover_master_node()259 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()263 (void *)mst2 + UBIFS_CH_SZ, in ubifs_recover_master_node()291 if (!mst2) in ubifs_recover_master_node()297 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()300 mst = mst2; in ubifs_recover_master_node()365 if (mst2) { in ubifs_recover_master_node()367 ubifs_dump_node(c, mst2); in ubifs_recover_master_node()
Completed in 5 milliseconds