Lines Matching defs:bbm
2114 struct bbm_info *bbm = this->bbm;
2117 return bbm->isbad_bbt(mtd, ofs, allowbbt);
2437 struct bbm_info *bbm = this->bbm;
2449 if (bbm->bbt)
2450 bbm->bbt[block >> 2] |= 0x01 << ((block & 0x03) << 1);
3998 if (this->bbm) {
3999 struct bbm_info *bbm = this->bbm;
4000 kfree(bbm->bbt);
4001 kfree(this->bbm);