Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Drecovery.c241 int err, offs1, offs2; in ubifs_recover_master_node() local
264 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()
265 if (offs1 == offs2) { in ubifs_recover_master_node()
272 } else if (offs2 + sz == offs1) { in ubifs_recover_master_node()
278 c->leb_size - offs2 - sz < sz) { in ubifs_recover_master_node()
302 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()
303 if (offs2 + sz + sz <= c->leb_size) in ubifs_recover_master_node()