Searched refs:new_scratch (Results 1 - 1 of 1) sorted by last modified time

/linux-master/fs/bcachefs/
H A Dreplicas.c320 struct bch_fs_usage_online *new_scratch = NULL; local
337 !(new_scratch = kmalloc(scratch_bytes, GFP_KERNEL)) ||
356 swap(c->usage_scratch, new_scratch);
361 kfree(new_scratch);

Completed in 154 milliseconds