Searched refs:boffs (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/fs/ubifs/ |
D | lpt.c | 603 int blnum, boffs, bsz, bcnt; in ubifs_create_dflt_lpt() local 695 boffs = 0; /* Offset of level below */ in ubifs_create_dflt_lpt() 753 if (boffs + bsz > c->leb_size) { in ubifs_create_dflt_lpt() 755 boffs = 0; in ubifs_create_dflt_lpt() 758 nnode->nbranch[j].offs = boffs; in ubifs_create_dflt_lpt() 759 boffs += bsz; in ubifs_create_dflt_lpt()
|
/linux-6.1.9/tools/perf/util/ |
D | probe-finder.c | 317 int bsize, boffs, total; in convert_variable_type() local 334 boffs = dwarf_bitoffset(vr_die); in convert_variable_type() 336 if (boffs < 0 || total < 0) in convert_variable_type() 338 ret = snprintf(buf, 16, "b%d@%d/%zd", bsize, boffs, in convert_variable_type()
|