Home
last modified time | relevance | path

Searched refs:offs2 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/fs/ubifs/
H A Drecovery.c234 int err, offs1, offs2; in ubifs_recover_master_node() local
257 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()
258 if (offs1 == offs2) { in ubifs_recover_master_node()
265 } else if (offs2 + sz == offs1) { in ubifs_recover_master_node()
271 c->leb_size - offs2 - sz < sz) { in ubifs_recover_master_node()
295 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()
296 if (offs2 + sz + sz <= c->leb_size) in ubifs_recover_master_node()