BITS_PER_ARRAY_ENTRY 88 drivers/md/persistent-data/dm-bitset.c uint32_t old_blocks = dm_div_up(old_nr_entries, BITS_PER_ARRAY_ENTRY); BITS_PER_ARRAY_ENTRY 89 drivers/md/persistent-data/dm-bitset.c uint32_t new_blocks = dm_div_up(new_nr_entries, BITS_PER_ARRAY_ENTRY); BITS_PER_ARRAY_ENTRY 150 drivers/md/persistent-data/dm-bitset.c unsigned array_index = index / BITS_PER_ARRAY_ENTRY; BITS_PER_ARRAY_ENTRY 168 drivers/md/persistent-data/dm-bitset.c unsigned b = index % BITS_PER_ARRAY_ENTRY; BITS_PER_ARRAY_ENTRY 185 drivers/md/persistent-data/dm-bitset.c unsigned b = index % BITS_PER_ARRAY_ENTRY; BITS_PER_ARRAY_ENTRY 202 drivers/md/persistent-data/dm-bitset.c unsigned b = index % BITS_PER_ARRAY_ENTRY;