Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dreplicas.c310 if (c->replicas_gc.entries && in bch2_mark_replicas_slowpath()
345 swap(new_gc, c->replicas_gc); in bch2_mark_replicas_slowpath()
382 kfree(c->replicas_gc.entries); in bch2_replicas_gc_end()
383 c->replicas_gc.entries = NULL; in bch2_replicas_gc_end()
403 BUG_ON(c->replicas_gc.entries); in bch2_replicas_gc_start()
405 c->replicas_gc.nr = 0; in bch2_replicas_gc_start()
406 c->replicas_gc.entry_size = 0; in bch2_replicas_gc_start()
412 c->replicas_gc.nr++; in bch2_replicas_gc_start()
413 c->replicas_gc.entry_size = in bch2_replicas_gc_start()
419 c->replicas_gc.entries = kcalloc(c->replicas_gc.nr, in bch2_replicas_gc_start()
[all …]
H A Dbcachefs.h751 struct bch_replicas_cpu replicas_gc; member