Searched refs:OBJS_PER_BYTE (Results 1 – 1 of 1) sorted by relevance
1641 #define OBJS_PER_BYTE (BITS_PER_BYTE / BITS_PER_OBJ) macro1650 *index = div_u64_rem(objno, OBJS_PER_BYTE, &off); in __rbd_object_map_index()1651 *shift = (OBJS_PER_BYTE - off - 1) * BITS_PER_OBJ; in __rbd_object_map_index()