Searched refs:bch2_kvmalloc (Results 1 – 3 of 3) sorted by relevance
58 static inline void *bch2_kvmalloc(size_t n, gfp_t flags) in bch2_kvmalloc() function
1270 ca->buckets_nouse = bch2_kvmalloc(BITS_TO_LONGS(ca->mi.nbuckets) * in bch2_buckets_nouse_alloc()1302 bucket_gens = bch2_kvmalloc(struct_size(bucket_gens, b, nbuckets), in bch2_dev_buckets_resize()
291 new_keys.data = bch2_kvmalloc(new_keys.size * sizeof(new_keys.data[0]), GFP_KERNEL); in bch2_journal_key_insert_take()