Searched refs:darray_push_gfp (Results 1 – 4 of 4) sorted by relevance
/linux/fs/bcachefs/ |
H A D | darray.h | 50 #define darray_push_gfp(_d, _item, _gfp) \ macro 59 #define darray_push(_d, _item) darray_push_gfp(_d, _item, GFP_KERNEL)
|
H A D | rcu_pending.c | 341 if (darray_push_gfp(&p->objs, ((struct rcu_pending_seq) { .seq = seq }), GFP_ATOMIC)) in get_object_radix()
|
H A D | fs.c | 259 ret = darray_push_gfp(&subvols, inode->ei_inum.subvol, in bch2_inode_or_descendents_is_open() 1913 if (darray_push_gfp(&grabbed, inode, GFP_ATOMIC|__GFP_NOWARN)) { in bch2_evict_subvolume_inodes()
|
H A D | io_write.c | 1307 darray_push_gfp(&buckets, ((struct bucket_to_lock) { in bch2_nocow_write()
|