Lines Matching defs:offs
269 int offs = zzbr->offs;
278 err = ubifs_read_node(c, idx, UBIFS_IDX_NODE, len, lnum, offs);
286 ubifs_bad_hash(c, idx, zzbr->hash, lnum, offs);
295 lnum, offs, znode->level, znode->child_cnt);
312 zbr->offs = le32_to_cpu(br->offs);
320 zbr->lnum >= c->leb_cnt || zbr->offs < 0 ||
321 zbr->offs + zbr->len > c->leb_size || zbr->offs & 7) {
392 ubifs_err(c, "bad indexing node at LEB %d:%d, error %d", lnum, offs, err);
475 zbr->lnum, zbr->offs);
478 zbr->offs);
489 zbr->lnum, zbr->offs);
498 ubifs_bad_hash(c, node, zbr->hash, zbr->lnum, zbr->offs);