Searched refs:BLOCKS_PER_UNIT (Results 1 - 1 of 1) sorted by relevance

/external/fio/lib/
H A Daxmap.c36 #define BLOCKS_PER_UNIT (1UL << UNIT_SHIFT) macro
37 #define BLOCKS_PER_UNIT_MASK (BLOCKS_PER_UNIT - 1)
99 i = (nr_bits + BLOCKS_PER_UNIT - 1) >> UNIT_SHIFT;
101 i = (i + BLOCKS_PER_UNIT - 1) >> UNIT_SHIFT;
113 al->map_size = (nr_bits + BLOCKS_PER_UNIT - 1) >> UNIT_SHIFT;
118 nr_bits = (nr_bits + BLOCKS_PER_UNIT - 1) >> UNIT_SHIFT;
223 nr_bits = min(data->nr_bits, BLOCKS_PER_UNIT - bit);
274 data->set_bits != (BLOCKS_PER_UNIT - nr_bits))
301 max_bits = BLOCKS_PER_UNIT - (bit_nr & BLOCKS_PER_UNIT_MASK);
402 data->bit = (data->bit + BLOCKS_PER_UNIT
[all...]

Completed in 1868 milliseconds