Searched refs:_gfp (Results 1 – 7 of 7) sorted by relevance
| /fs/bcachefs/ |
| A D | darray.h | 41 #define __darray_resize(_d, _element_size, _new_size, _gfp) \ argument 43 ? __bch2_darray_resize((_d), (_element_size), (_new_size), (_gfp))\ 46 #define darray_resize_gfp(_d, _new_size, _gfp) \ argument 47 __darray_resize((darray_char *) (_d), sizeof((_d)->data[0]), (_new_size), _gfp) 52 #define darray_make_room_gfp(_d, _more, _gfp) \ argument 53 darray_resize_gfp((_d), (_d)->nr + (_more), _gfp) 62 #define darray_push_gfp(_d, _item, _gfp) \ argument 64 int _ret = darray_make_room_gfp((_d), 1, _gfp); \
|
| A D | fifo.h | 20 #define init_fifo(fifo, _size, _gfp) \ argument 27 (fifo)->data = kvmalloc(fifo_buf_size(fifo), (_gfp)); \
|
| A D | acl.c | 140 posix_acl_alloc(count, _gfp)); in bch2_acl_from_disk() 425 ret = allocate_dropping_locks_errcode(trans, __posix_acl_chmod(&acl, _gfp, mode)); in bch2_acl_chmod()
|
| A D | btree_iter.h | 943 gfp_t _gfp = GFP_NOWAIT|__GFP_NOWARN; \ 947 _gfp = GFP_KERNEL; \ 955 gfp_t _gfp = GFP_NOWAIT|__GFP_NOWARN; \ 960 _gfp = GFP_KERNEL; \
|
| A D | btree_key_cache.c | 163 __bkey_cached_alloc(key_u64s, _gfp)); in bkey_cached_alloc() 255 kmalloc(key_u64s * sizeof(u64), _gfp)); in btree_key_cache_create()
|
| A D | move.c | 363 kzalloc(sizeof(struct moving_io), _gfp)); in bch2_move_extent()
|
| A D | ec.c | 917 __ec_stripe_mem_alloc(trans->c, iter->pos.offset, _gfp)); in ec_stripe_mem_alloc()
|
Completed in 24 milliseconds