Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbtree_gc.c795 struct bch_alloc_v4 old_gc, gc, old_convert, new; in bch2_alloc_write_key() local
808 old_gc = gc; in bch2_alloc_write_key()
823 if (gc.data_type != old_gc.data_type || in bch2_alloc_write_key()
824 gc.dirty_sectors != old_gc.dirty_sectors) { in bch2_alloc_write_key()
825 ret = bch2_alloc_key_to_dev_counters(trans, ca, &old_gc, &gc, BTREE_TRIGGER_gc); in bch2_alloc_write_key()