GFS2_NBBY
* GFS2_NBBY; /* not the rgrp bitmap, subsequent bitmaps only */
byte1 = bi->bi_bh->b_data + bi->bi_offset + (rbm->offset / GFS2_NBBY);
byte2 = bi->bi_clone + bi->bi_offset + (rbm->offset / GFS2_NBBY);
blk = offset + ((bi->bi_start + x) * GFS2_NBBY);
byte = buffer + (rbm->offset / GFS2_NBBY);
bit = (rbm->offset % GFS2_NBBY) * GFS2_BIT_SIZE;
return (((const unsigned char *)ptr - buf) * GFS2_NBBY) + bit;
sizeof(struct gfs2_meta_header)) * GFS2_NBBY;
start += (rbm.offset / GFS2_NBBY);
bytes = min_t(u32, len / GFS2_NBBY, (end - start));
chunk_size *= GFS2_NBBY;
return rbm->rgd->rd_data0 + (rbm_bi(rbm)->bi_start * GFS2_NBBY) +
bi->bi_blocks = bytes * GFS2_NBBY;
bi->bi_blocks = bytes * GFS2_NBBY;
bi->bi_blocks = bytes * GFS2_NBBY;
bi->bi_blocks = bytes * GFS2_NBBY;
if ((bi->bi_start + bi->bi_bytes) * GFS2_NBBY != rgd->rd_data) {
const unsigned int bit = (rbm->offset % GFS2_NBBY) * GFS2_BIT_SIZE;