Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
A Dbtree_update.h114 return (void *) ((u64 *) trans->journal_entries + trans->journal_entries_u64s); in btree_trans_journal_entries_top()
121 trans->journal_entries_u64s + u64s > trans->journal_entries_size) in bch2_trans_jset_entry_alloc()
125 trans->journal_entries_u64s += u64s; in bch2_trans_jset_entry_alloc()
209 trans->journal_entries_u64s = 0; in bch2_trans_reset_updates()
A Dbtree_trans_commit.c706 entry != (void *) ((u64 *) trans->journal_entries + trans->journal_entries_u64s); in bch2_trans_commit_write_locked()
759 i != (void *) ((u64 *) trans->journal_entries + trans->journal_entries_u64s); in bch2_trans_commit_write_locked()
807 trans->journal_entries_u64s); in bch2_trans_commit_write_locked()
809 trans->journal_res.offset += trans->journal_entries_u64s; in bch2_trans_commit_write_locked()
810 trans->journal_res.u64s -= trans->journal_entries_u64s; in bch2_trans_commit_write_locked()
1032 i != (void *) ((u64 *) trans->journal_entries + trans->journal_entries_u64s); in do_bch2_trans_commit_to_journal_replay()
1054 !trans->journal_entries_u64s) in __bch2_trans_commit()
1075 trans->journal_u64s = trans->journal_entries_u64s; in __bch2_trans_commit()
A Dbtree_update.c564 unsigned new_top = trans->journal_entries_u64s + u64s; in __bch2_trans_jset_entry_alloc()
584 trans->journal_entries_u64s = new_top; in __bch2_trans_jset_entry_alloc()
A Dbtree_types.h525 u16 journal_entries_u64s; member
A Ddisk_accounting.c282 i != (void *) ((u64 *) trans->journal_entries + trans->journal_entries_u64s); in bch2_accounting_update_sb()

Completed in 16 milliseconds