Home
last modified time | relevance | path

Searched refs:bch2_kvmalloc (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dutil.h58 static inline void *bch2_kvmalloc(size_t n, gfp_t flags) in bch2_kvmalloc() function
H A Dbuckets.c1270 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()
H A Dbtree_journal_iter.c291 new_keys.data = bch2_kvmalloc(new_keys.size * sizeof(new_keys.data[0]), GFP_KERNEL); in bch2_journal_key_insert_take()