Lines Matching defs:offs
389 pack_bits(c, &addr, &pos, nnode->nbranch[i].offs,
758 nnode->nbranch[j].offs = boffs;
763 nnode->nbranch[j].offs = 0;
1030 nnode->nbranch[i].offs = ubifs_unpack_bits(c, &addr, &pos,
1124 int offs = nnode->nbranch[i].offs;
1127 if (offs != 0)
1133 if (offs < 0 || offs > max_offs)
1208 int err, lnum, offs;
1213 offs = branch->offs;
1216 offs = c->lpt_offs;
1233 err = ubifs_leb_read(c, lnum, buf, offs, c->nnode_sz, 1);
1257 ubifs_err(c, "error %d reading nnode at %d:%d", err, lnum, offs);
1276 int err, lnum, offs;
1280 offs = branch->offs;
1302 err = ubifs_leb_read(c, lnum, buf, offs, c->pnode_sz, 1);
1322 ubifs_err(c, "error %d reading pnode at %d:%d", err, lnum, offs);
1980 err = ubifs_leb_read(c, branch->lnum, buf, branch->offs,
2048 ubifs_assert(c, branch->offs >= 0 && branch->offs < c->leb_size);
2049 err = ubifs_leb_read(c, branch->lnum, buf, branch->offs,