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