Home
last modified time | relevance | path

Searched refs:offs2 (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
271 offs2 = (void *)mst2 - buf2; 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()
312 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()
313 if (offs2 + sz + sz <= c->leb_size) { in ubifs_recover_master_node()

Completed in 3 milliseconds