Searched refs:byte1 (Results 1 – 1 of 1) sorted by relevance
96 unsigned char *byte1, *byte2, *end, cur_state; in gfs2_setbit() local101 byte1 = bi->bi_bh->b_data + bi->bi_offset + (rbm->offset / GFS2_NBBY); in gfs2_setbit()104 BUG_ON(byte1 >= end); in gfs2_setbit()106 cur_state = (*byte1 >> bit) & GFS2_BIT_MASK; in gfs2_setbit()123 *byte1 ^= (cur_state ^ new_state) << bit; in gfs2_setbit()