Searched refs:boffs (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/ubifs/ |
D | lpt.c | 614 int blnum, boffs, bsz, bcnt; in ubifs_create_dflt_lpt() local 697 boffs = 0; /* Offset of level below */ in ubifs_create_dflt_lpt() 751 if (boffs + bsz > c->leb_size) { in ubifs_create_dflt_lpt() 753 boffs = 0; in ubifs_create_dflt_lpt() 756 nnode->nbranch[j].offs = boffs; in ubifs_create_dflt_lpt() 757 boffs += bsz; in ubifs_create_dflt_lpt()
|
/Linux-v4.19/tools/perf/util/ |
D | probe-finder.c | 303 int bsize, boffs, total; in convert_variable_type() local 319 boffs = dwarf_bitoffset(vr_die); in convert_variable_type() 321 if (boffs < 0 || total < 0) in convert_variable_type() 323 ret = snprintf(buf, 16, "b%d@%d/%zd", bsize, boffs, in convert_variable_type()
|