data_buckets      579 drivers/md/bcache/alloc.c 	list_for_each_entry_reverse(ret, &c->data_buckets, list)
data_buckets      588 drivers/md/bcache/alloc.c 	ret = ret_task ?: list_first_entry(&c->data_buckets,
data_buckets      673 drivers/md/bcache/alloc.c 	list_move_tail(&b->list, &c->data_buckets);
data_buckets      708 drivers/md/bcache/alloc.c 	while (!list_empty(&c->data_buckets)) {
data_buckets      709 drivers/md/bcache/alloc.c 		b = list_first_entry(&c->data_buckets,
data_buckets      728 drivers/md/bcache/alloc.c 		list_add(&b->list, &c->data_buckets);
data_buckets      689 drivers/md/bcache/bcache.h 	struct list_head	data_buckets;
data_buckets     1813 drivers/md/bcache/super.c 	INIT_LIST_HEAD(&c->data_buckets);