Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dbtree_update.c567 unsigned new_top = trans->journal_entries_u64s + u64s; in __bch2_trans_jset_entry_alloc() local
570 if (new_top > trans->journal_entries_size) { in __bch2_trans_jset_entry_alloc()
571 trans->journal_entries_size = roundup_pow_of_two(new_top); in __bch2_trans_jset_entry_alloc()
587 trans->journal_entries_u64s = new_top; in __bch2_trans_jset_entry_alloc()
H A Dbtree_iter.c3101 unsigned new_top = trans->mem_top + size; in __bch2_trans_kmalloc() local
3103 unsigned new_bytes = roundup_pow_of_two(new_top); in __bch2_trans_kmalloc()