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

/linux-master/fs/bcachefs/
H A Dreplicas.c321 struct bch_fs_usage __percpu *new_gc = NULL; local
339 !(new_gc = __alloc_percpu_gfp(bytes, sizeof(u64), GFP_KERNEL))))
350 __replicas_table_update_pcpu(new_gc, new_r,
357 swap(c->usage_gc, new_gc);
360 free_percpu(new_gc);
402 struct bch_replicas_cpu new_r, new_gc; local
408 memset(&new_gc, 0, sizeof(new_gc));
414 new_gc = cpu_replicas_add_entry(c, &c->replicas_gc, new_entry);
415 if (!new_gc
[all...]

Completed in 152 milliseconds