Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dquota.c290 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()
Dec.c417 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()
Dbuckets.c674 struct gc_stripe *m = genradix_ptr_alloc(&c->gc_stripes, p.ec.idx, GFP_KERNEL); in bch2_trigger_stripe_ptr()
Dbtree_gc.c1006 struct reflink_gc *r = genradix_ptr_alloc(&c->reflink_gc_table, in bch2_gc_reflink_start()
Djournal_io.c183 _i = genradix_ptr_alloc(&c->journal_entries, in journal_entry_add()
/linux-6.12.1/include/linux/
Dgeneric-radix-tree.h251 #define genradix_ptr_alloc(_radix, _idx, _gfp) \ macro
/linux-6.12.1/fs/proc/
Dbase.c2452 p = genradix_ptr_alloc(&fa, nr_files++, GFP_KERNEL); in proc_map_files_readdir()