Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/fs/ubifs/
H A Drecovery.c247 int err, offs1, offs2; in ubifs_recover_master_node() local
262 offs1 = (void *)mst1 - buf1; in ubifs_recover_master_node()
263 if ((le32_to_cpu(mst1->flags) & UBIFS_MST_RCVRY) && (offs1 == 0 && !cor1)) { in ubifs_recover_master_node()
272 if (offs1 == offs2) { in ubifs_recover_master_node()
278 } else if (offs2 + sz == offs1) { in ubifs_recover_master_node()
284 } else if (offs1 == 0 && c->leb_size - offs2 - sz < sz) { in ubifs_recover_master_node()
299 if (offs1 != 0 || cor1) { in ubifs_recover_master_node()

Completed in 2 milliseconds