GFS2_BIT_MASK
cur_state = (*byte1 >> bit) & GFS2_BIT_MASK;
cur_state = (*byte2 >> bit) & GFS2_BIT_MASK;
return (*byte >> bit) & GFS2_BIT_MASK;