Searched refs:genradix_ptr_alloc (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | quota.c | 290 mq[i] = genradix_ptr_alloc(&q->table, qid.q[i], GFP_KERNEL); in bch2_quota_acct() 342 src_q[i] = genradix_ptr_alloc(&q->table, src.q[i], GFP_KERNEL); in bch2_quota_transfer() 343 dst_q[i] = genradix_ptr_alloc(&q->table, dst.q[i], GFP_KERNEL); in bch2_quota_transfer() 398 mq = genradix_ptr_alloc(&q->table, k.k->p.offset, GFP_KERNEL); in __bch2_quota_set()
|
D | ec.c | 417 gc = genradix_ptr_alloc(&c->gc_stripes, idx, GFP_KERNEL); in bch2_trigger_stripe() 938 if (!genradix_ptr_alloc(&c->stripes, idx, gfp)) in __ec_stripe_mem_alloc() 942 !genradix_ptr_alloc(&c->gc_stripes, idx, gfp)) in __ec_stripe_mem_alloc()
|
D | buckets.c | 674 struct gc_stripe *m = genradix_ptr_alloc(&c->gc_stripes, p.ec.idx, GFP_KERNEL); in bch2_trigger_stripe_ptr()
|
D | btree_gc.c | 1006 struct reflink_gc *r = genradix_ptr_alloc(&c->reflink_gc_table, in bch2_gc_reflink_start()
|
D | journal_io.c | 183 _i = genradix_ptr_alloc(&c->journal_entries, in journal_entry_add()
|
/linux-6.12.1/include/linux/ |
D | generic-radix-tree.h | 251 #define genradix_ptr_alloc(_radix, _idx, _gfp) \ macro
|
/linux-6.12.1/fs/proc/ |
D | base.c | 2452 p = genradix_ptr_alloc(&fa, nr_files++, GFP_KERNEL); in proc_map_files_readdir()
|