Searched refs:__replicas_has_entry (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/bcachefs/
H A Dreplicas.c240 static bool __replicas_has_entry(struct bch_replicas_cpu *r, function
257 marked = __replicas_has_entry(&c->replicas, search) &&
259 __replicas_has_entry(&c->replicas_gc, search));
402 !__replicas_has_entry(&c->replicas_gc, new_entry)) {
410 if (!__replicas_has_entry(&c->replicas, new_entry)) {

Completed in 282 milliseconds