Searched refs:jset_u64s (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | journal.h | 182 static inline unsigned jset_u64s(unsigned u64s) in jset_u64s() function 201 le32_add_cpu(&jset->u64s, jset_u64s(u64s)); in bch2_journal_add_entry_noreservation() 223 return jset_u64s(u64s); in journal_entry_init()
|
| H A D | btree_update.c | 838 struct jset_entry *e = bch2_trans_jset_entry_alloc(trans, jset_u64s(u64s)); in bch2_trans_log_msg() 852 struct jset_entry *e = bch2_trans_jset_entry_alloc(trans, jset_u64s(k->k.u64s)); in bch2_trans_log_bkey() 878 ret = darray_make_room(&c->journal.early_journal_entries, jset_u64s(u64s)); in __bch2_fs_log_msg() 885 c->journal.early_journal_entries.nr += jset_u64s(u64s); in __bch2_fs_log_msg()
|
| H A D | btree_trans_commit.c | 1008 trans->journal_u64s += jset_u64s(JSET_ENTRY_LOG_U64s); in __bch2_trans_commit() 1028 trans->journal_u64s += jset_u64s(i->k->k.u64s); in __bch2_trans_commit() 1032 trans->journal_u64s += jset_u64s(i->old_k.u64s); in __bch2_trans_commit()
|
| H A D | btree_update.h | 158 struct jset_entry *e = bch2_trans_jset_entry_alloc(trans, jset_u64s(k->k.u64s)); in bch2_trans_update_buffered()
|
| H A D | journal_io.c | 567 unsigned bytes = jset_u64s(le16_to_cpu(entry->u64s)) * sizeof(u64); in journal_entry_usage_validate() 601 unsigned bytes = jset_u64s(le16_to_cpu(entry->u64s)) * sizeof(u64); in journal_entry_data_usage_validate() 645 unsigned bytes = jset_u64s(le16_to_cpu(entry->u64s)) * sizeof(u64); in journal_entry_clock_validate() 685 unsigned bytes = jset_u64s(le16_to_cpu(entry->u64s)) * sizeof(u64); in journal_entry_dev_usage_validate()
|
| H A D | journal.c | 850 ret = bch2_journal_res_get(j, &res, jset_u64s(0), 0, NULL); in bch2_journal_flush_seq_async() 972 int ret = bch2_journal_res_get(j, &res, jset_u64s(0), 0, NULL); in __bch2_journal_meta()
|
| H A D | btree_update_interior.c | 912 BUG_ON(as->journal_u64s + jset_u64s(insert->k.u64s) > in btree_update_updated_root() 1364 BUG_ON(as->journal_u64s + jset_u64s(insert->k.u64s) > in bch2_insert_fixup_btree_ptr() 2470 jset_u64s(new_key->k.u64s)); in __bch2_btree_node_update_key()
|