Home
last modified time | relevance | path

Searched refs:bch_move_bucket_params (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dmovinggc.c37 static const struct rhashtable_params bch_move_bucket_params = { variable
56 bch_move_bucket_params); in move_bucket_in_flight_add()
133 bch_move_bucket_params); in move_buckets_wait()
144 return rhashtable_lookup_fast(&list->table, &k, bch_move_bucket_params); in bucket_in_flight()
333 ret = rhashtable_init(&buckets->table, &bch_move_bucket_params); in bch2_copygc_thread()