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