OBJ_MASK
return (rbd_dev->object_map[index] >> shift) & OBJ_MASK;
rbd_assert(!(val & ~OBJ_MASK));
*p = (*p & ~(OBJ_MASK << shift)) | (val << shift);