Searched refs:boffs (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/fs/ubifs/ |
| D | lpt.c | 612 int blnum, boffs, bsz, bcnt; in ubifs_create_dflt_lpt() local 694 boffs = 0; /* Offset of level below */ in ubifs_create_dflt_lpt() 748 if (boffs + bsz > c->leb_size) { in ubifs_create_dflt_lpt() 750 boffs = 0; in ubifs_create_dflt_lpt() 753 nnode->nbranch[j].offs = boffs; in ubifs_create_dflt_lpt() 754 boffs += bsz; in ubifs_create_dflt_lpt()
|
| /linux-4.4.14/tools/perf/util/ |
| D | probe-finder.c | 298 int bsize, boffs, total; in convert_variable_type() local 311 boffs = dwarf_bitoffset(vr_die); in convert_variable_type() 313 if (boffs < 0 || total < 0) in convert_variable_type() 315 ret = snprintf(buf, 16, "b%d@%d/%zd", bsize, boffs, in convert_variable_type()
|
| /linux-4.4.14/drivers/mtd/nand/ |
| D | nand_base.c | 1618 uint32_t boffs = 0, roffs = ops->ooboffs; in nand_transfer_oob() local 1628 boffs = free->offset + roffs; in nand_transfer_oob() 1634 boffs = free->offset; in nand_transfer_oob() 1636 memcpy(oob, chip->oob_poi + boffs, bytes); in nand_transfer_oob() 2492 uint32_t boffs = 0, woffs = ops->ooboffs; in nand_fill_oob() local 2502 boffs = free->offset + woffs; in nand_fill_oob() 2508 boffs = free->offset; in nand_fill_oob() 2510 memcpy(chip->oob_poi + boffs, oob, bytes); in nand_fill_oob()
|