Searched refs:boffs (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/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.1.27/tools/perf/util/ |
H A D | probe-finder.c | 285 int bsize, boffs, total; convert_variable_type() local 298 boffs = dwarf_bitoffset(vr_die); convert_variable_type() 300 if (boffs < 0 || total < 0) convert_variable_type() 302 ret = snprintf(buf, 16, "b%d@%d/%zd", bsize, boffs, convert_variable_type()
|
/linux-4.1.27/drivers/mtd/nand/ |
H A D | nand_base.c | 1484 uint32_t boffs = 0, roffs = ops->ooboffs; nand_transfer_oob() local 1494 boffs = free->offset + roffs; nand_transfer_oob() 1500 boffs = free->offset; nand_transfer_oob() 1502 memcpy(oob, chip->oob_poi + boffs, bytes); nand_transfer_oob() 2347 uint32_t boffs = 0, woffs = ops->ooboffs; nand_fill_oob() local 2357 boffs = free->offset + woffs; nand_fill_oob() 2363 boffs = free->offset; nand_fill_oob() 2365 memcpy(chip->oob_poi + boffs, oob, bytes); nand_fill_oob()
|
Completed in 148 milliseconds