Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbtree_gc.c851 #define copy_bucket_field(_errtype, _f) \ in bch2_alloc_write_key() macro
862 copy_bucket_field(alloc_key_gen_wrong, gen); in bch2_alloc_write_key()
863 copy_bucket_field(alloc_key_dirty_sectors_wrong, dirty_sectors); in bch2_alloc_write_key()
864 copy_bucket_field(alloc_key_stripe_sectors_wrong, stripe_sectors); in bch2_alloc_write_key()
865 copy_bucket_field(alloc_key_cached_sectors_wrong, cached_sectors); in bch2_alloc_write_key()
866 copy_bucket_field(alloc_key_stripe_wrong, stripe); in bch2_alloc_write_key()
867 copy_bucket_field(alloc_key_stripe_redundancy_wrong, stripe_redundancy); in bch2_alloc_write_key()
868 #undef copy_bucket_field in bch2_alloc_write_key()