dm_div_up 117 drivers/md/dm-cache-policy-internal.h return sizeof(unsigned long) * dm_div_up(nr_entries, BITS_PER_LONG); dm_div_up 66 drivers/md/dm-era-target.c return sizeof(unsigned long) * dm_div_up(nr_bits, BITS_PER_LONG); dm_div_up 587 drivers/md/dm-kcopyd.c unsigned nr_pages = dm_div_up(job->dests[0].count, PAGE_SIZE >> 9); dm_div_up 79 drivers/md/dm-table.c n = dm_div_up(n, base); dm_div_up 1151 drivers/md/dm-table.c t->counts[i] = dm_div_up(t->counts[i + 1], CHILDREN_PER_NODE); dm_div_up 1178 drivers/md/dm-table.c leaf_nodes = dm_div_up(t->num_targets, KEYS_PER_NODE); dm_div_up 735 drivers/md/persistent-data/dm-array.c end_block = dm_div_up(size, max_entries); dm_div_up 80 drivers/md/persistent-data/dm-bitset.c return dm_array_new(&info->array_info, root, dm_div_up(size, 64), pack_bits, &p); dm_div_up 88 drivers/md/persistent-data/dm-bitset.c uint32_t old_blocks = dm_div_up(old_nr_entries, BITS_PER_ARRAY_ENTRY); dm_div_up 89 drivers/md/persistent-data/dm-bitset.c uint32_t new_blocks = dm_div_up(new_nr_entries, BITS_PER_ARRAY_ENTRY); dm_div_up 595 include/linux/device-mapper.h #define dm_round_up(n, sz) (dm_div_up((n), (sz)) * (sz))