boffs             603 fs/ubifs/lpt.c 	int blnum, boffs, bsz, bcnt;
boffs             695 fs/ubifs/lpt.c 	boffs = 0; /* Offset of level below */
boffs             753 fs/ubifs/lpt.c 					if (boffs + bsz > c->leb_size) {
boffs             755 fs/ubifs/lpt.c 						boffs = 0;
boffs             758 fs/ubifs/lpt.c 					nnode->nbranch[j].offs = boffs;
boffs             759 fs/ubifs/lpt.c 					boffs += bsz;
boffs             290 tools/perf/util/probe-finder.c 	int bsize, boffs, total;
boffs             306 tools/perf/util/probe-finder.c 		boffs = dwarf_bitoffset(vr_die);
boffs             308 tools/perf/util/probe-finder.c 		if (boffs < 0 || total < 0)
boffs             310 tools/perf/util/probe-finder.c 		ret = snprintf(buf, 16, "b%d@%d/%zd", bsize, boffs,