Home
last modified time | relevance | path

Searched refs:dm_round_up (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/
H A Ddm-log.c422 bitset_size = dm_round_up(region_count, BITS_PER_LONG); in create_log_context()
449 dm_round_up((LOG_OFFSET << SECTOR_SHIFT) + bitset_size, in create_log_context()
/linux/include/linux/
H A Ddevice-mapper.h727 #define dm_round_up(n, sz) (dm_div_up((n), (sz)) * (sz))
724 #define dm_round_up( global() macro