blocks_free       668 drivers/md/bcache/journal.c 	if (c->journal.blocks_free)
blocks_free       694 drivers/md/bcache/journal.c 		c->journal.blocks_free = c->sb.bucket_size >> c->block_bits;
blocks_free       782 drivers/md/bcache/journal.c 	c->journal.blocks_free -= set_blocks(w->data, block_bytes(c));
blocks_free       880 drivers/md/bcache/journal.c 				     c->journal.blocks_free * c->sb.block_size,
blocks_free       115 drivers/md/bcache/journal.h 	unsigned int		blocks_free;
blocks_free       167 drivers/md/bcache/journal.h 	(!(j)->blocks_free || fifo_free(&(j)->pin) <= 1)