Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dbtree_update.c564 unsigned new_top = trans->journal_entries_u64s + u64s; in __bch2_trans_jset_entry_alloc() local
567 if (new_top > trans->journal_entries_size) { in __bch2_trans_jset_entry_alloc()
568 trans->journal_entries_size = roundup_pow_of_two(new_top); in __bch2_trans_jset_entry_alloc()
584 trans->journal_entries_u64s = new_top; in __bch2_trans_jset_entry_alloc()
H A Dbtree_iter.c2938 unsigned new_top = trans->mem_top + size; in __bch2_trans_kmalloc() local
2940 unsigned new_bytes = roundup_pow_of_two(new_top); in __bch2_trans_kmalloc()