Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/fs/ubifs/
H A Drecovery.c244 void *buf1 = NULL, *buf2 = NULL, *cor1 = NULL, *cor2 = NULL; in ubifs_recover_master_node() local
251 err = get_master_node(c, UBIFS_MST_LNUM, &buf1, &mst1, &cor1); in ubifs_recover_master_node()
263 if ((le32_to_cpu(mst1->flags) & UBIFS_MST_RCVRY) && (offs1 == 0 && !cor1)) { in ubifs_recover_master_node()
280 if (cor1) { in ubifs_recover_master_node()
286 if (cor1) { in ubifs_recover_master_node()
299 if (offs1 != 0 || cor1) { in ubifs_recover_master_node()

Completed in 2 milliseconds