Home
last modified time | relevance | path

Searched refs:boffs (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/ubifs/
Dlpt.c603 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-v5.4/tools/perf/util/
Dprobe-finder.c290 int bsize, boffs, total; in convert_variable_type() local
306 boffs = dwarf_bitoffset(vr_die); in convert_variable_type()
308 if (boffs < 0 || total < 0) in convert_variable_type()
310 ret = snprintf(buf, 16, "b%d@%d/%zd", bsize, boffs, in convert_variable_type()