Home
last modified time | relevance | path

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

/linux/fs/bcachefs/ !
H A Ddarray.h62 #define darray_push_gfp(_d, _item, _gfp) \ macro
71 #define darray_push(_d, _item) darray_push_gfp(_d, _item, GFP_KERNEL)
H A Drcu_pending.c336 if (darray_push_gfp(&p->objs, ((struct rcu_pending_seq) { .seq = seq }), GFP_ATOMIC)) in get_object_radix()
H A Dfs.c277 ret = darray_push_gfp(&subvols, inode->ei_inum.subvol, in bch2_inode_or_descendents_is_open()
2232 if (darray_push_gfp(&grabbed, inode, GFP_ATOMIC|__GFP_NOWARN)) { in bch2_evict_subvolume_inodes()