Searched refs:bch2_trans_kmalloc_nomemzero (Results 1 – 6 of 6) sorted by relevance
284 mut = bch2_trans_kmalloc_nomemzero(trans, bytes + 8); in __bch2_bkey_make_mut_noupdate()
559 void *n = bch2_trans_kmalloc_nomemzero(trans, new_size * sizeof(u64)); in __bch2_trans_subbuf_alloc()
619 static __always_inline void *bch2_trans_kmalloc_nomemzero(struct btree_trans *trans, size_t size) in bch2_trans_kmalloc_nomemzero() function
1251 struct alloc_request *req = bch2_trans_kmalloc_nomemzero(trans, sizeof(*req)); in bch2_alloc_sectors_start_trans()
237 struct bkey_i *k_mut = bch2_trans_kmalloc_nomemzero(trans, bkey_bytes(k.k) + 8); in bch2_extent_update_i_size_sectors()
985 whiteout_inode_u = bch2_trans_kmalloc_nomemzero(trans, sizeof(*whiteout_inode_u)); in bch2_rename2()
Completed in 22 milliseconds