Searched refs:data_buckets (Results 1 – 3 of 3) sorted by relevance
566 list_for_each_entry_reverse(ret, &c->data_buckets, list) in pick_data_bucket()575 ret = ret_task ?: list_first_entry(&c->data_buckets, in pick_data_bucket()660 list_move_tail(&b->list, &c->data_buckets); in bch_alloc_sectors()695 while (!list_empty(&c->data_buckets)) { in bch_open_buckets_free()696 b = list_first_entry(&c->data_buckets, in bch_open_buckets_free()715 list_add(&b->list, &c->data_buckets); in bch_open_buckets_alloc()
668 struct list_head data_buckets; member
1743 INIT_LIST_HEAD(&c->data_buckets); in bch_cache_set_alloc()