Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbtree_update.h224 mut = bch2_trans_kmalloc_nomemzero(trans, bytes + 8); in __bch2_bkey_make_mut_noupdate()
Dbtree_update.c574 bch2_trans_kmalloc_nomemzero(trans, in __bch2_trans_jset_entry_alloc()
Dbtree_iter.h553 static inline void *bch2_trans_kmalloc_nomemzero(struct btree_trans *trans, size_t size) in bch2_trans_kmalloc_nomemzero() function
Dbackpointers.c181 bp_k = bch2_trans_kmalloc_nomemzero(trans, sizeof(struct bkey_i_backpointer)); in bch2_bucket_backpointer_mod_nowritebuffer()
Dio_write.c228 struct bkey_i *k_mut = bch2_trans_kmalloc_nomemzero(trans, bkey_bytes(k.k) + 8); in bch2_extent_update_i_size_sectors()
Dfs.c907 whiteout_inode_u = bch2_trans_kmalloc_nomemzero(trans, sizeof(*whiteout_inode_u)); in bch2_rename2()
Dalloc_background.c687 k = bch2_trans_kmalloc_nomemzero(trans, sizeof(*k)); in bch2_bucket_do_index()