Searched refs:byte1 (Results 1 – 1 of 1) sorted by relevance
84 unsigned char *byte1, *byte2, *end, cur_state; in gfs2_setbit() local87 byte1 = buf1 + offset + (block / GFS2_NBBY); in gfs2_setbit()90 BUG_ON(byte1 >= end); in gfs2_setbit()92 cur_state = (*byte1 >> bit) & GFS2_BIT_MASK; in gfs2_setbit()98 *byte1 ^= (cur_state ^ new_state) << bit; in gfs2_setbit()