Lines Matching refs:byte
42 * bits. So, each byte represents GFS2_NBBY (i.e. 4) blocks.
129 const u8 *byte;
137 byte = buffer + (rbm->offset / GFS2_NBBY);
140 return (*byte >> bit) & GFS2_BIT_MASK;
306 * gfs2_unaligned_extlen - Look for free blocks which are not byte aligned
340 * using memchr_inv when the blocks are byte aligned, but has to be done
364 /* Start is now byte aligned */
412 const u8 *byte = buffer;
419 for (; byte < end; byte++) {
420 if (((*byte) & 0x03) == state)
422 if (((*byte) & 0x0C) == state1)
424 if (((*byte) & 0x30) == state2)
426 if (((*byte) & 0xC0) == state3)