_allocated_size   129 drivers/md/bcache/util.h 	size_t _allocated_size, _bytes;					\
_allocated_size   132 drivers/md/bcache/util.h 	_allocated_size = roundup_pow_of_two((fifo)->size + 1);		\
_allocated_size   133 drivers/md/bcache/util.h 	_bytes = _allocated_size * sizeof(*(fifo)->data);		\
_allocated_size   135 drivers/md/bcache/util.h 	(fifo)->mask = _allocated_size - 1;				\