Searched refs:mst2 (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ubifs/
H A Drecovery.c230 struct ubifs_mst_node *mst1 = NULL, *mst2 = NULL, *mst; local
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,
[all...]

Completed in 215 milliseconds