fifo_last_bucket  223 drivers/md/bcache/alloc.c 		if (ca->fifo_last_bucket <  ca->sb.first_bucket ||
fifo_last_bucket  224 drivers/md/bcache/alloc.c 		    ca->fifo_last_bucket >= ca->sb.nbuckets)
fifo_last_bucket  225 drivers/md/bcache/alloc.c 			ca->fifo_last_bucket = ca->sb.first_bucket;
fifo_last_bucket  227 drivers/md/bcache/alloc.c 		b = ca->buckets + ca->fifo_last_bucket++;
fifo_last_bucket  442 drivers/md/bcache/bcache.h 	size_t			fifo_last_bucket;