Lines Matching defs:bbp
344 char *bbp;
359 bbp = (char *)bp->b_data;
367 ext2fs_init_bb(fs, cg, &fs->e2fs_gd[cg], bbp);
376 if (isclr(bbp, bpref)) {
393 if (bbp[loc] == 0) {
399 if (bbp[loc] == 0) {
405 bno = ext2fs_mapsearch(fs, bbp, bpref);
416 if (isset(bbp, (daddr_t)bno)) {
422 setbit(bbp, (daddr_t)bno);
519 char *bbp;
542 bbp = (char *)bp->b_data;
544 if (isclr(bbp, bno)) {
550 clrbit(bbp, bno);
617 ext2fs_mapsearch(struct m_ext2fs *fs, char *bbp, daddr_t bpref)
630 loc = skpc(0xff, len, &bbp[start]);
634 loc = skpc(0xff, len, &bbp[start]);
643 map = bbp[i] ^ 0xff;
835 ext2fs_init_bb(struct m_ext2fs *fs, int cg, struct ext2_gd *gd, char *bbp)
839 memset(bbp, 0, fs->e2fs_bsize);
848 setbit(bbp, i);