Searched refs:_gfp (Results 1 – 8 of 8) sorted by relevance
/linux/fs/bcachefs/ |
H 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); \
|
H 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()
|
H 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()
|
H A D | move.c | 363 kzalloc(sizeof(struct moving_io), _gfp)); in bch2_move_extent()
|
H A D | ec.c | 917 __ec_stripe_mem_alloc(trans->c, iter->pos.offset, _gfp)); in ec_stripe_mem_alloc()
|
/linux/include/linux/ |
H A D | generic-radix-tree.h | 226 #define genradix_ptr_alloc_inlined(_radix, _idx, _gfp) \ argument 232 NULL, _gfp))) 234 #define genradix_ptr_alloc_preallocated_inlined(_radix, _idx, _new_node, _gfp)\ argument 240 _new_node, _gfp))) 247 * @_gfp: gfp mask 251 #define genradix_ptr_alloc(_radix, _idx, _gfp) \ argument 255 NULL, _gfp)) 257 #define genradix_ptr_alloc_preallocated(_radix, _idx, _new_node, _gfp)\ argument 261 _new_node, _gfp)) 392 * @_gfp 396 genradix_prealloc(_radix,_nr,_gfp) global() argument [all...] |
H A D | gfp.h | 244 #define alloc_pages_bulk(_gfp, _nr_pages, _page_array) \ argument 245 __alloc_pages_bulk(_gfp, numa_mem_id(), NULL, _nr_pages, _page_array)
|
H A D | fs.h | 3405 #define alloc_inode_sb(_sb, _cache, _gfp) kmem_cache_alloc_lru(_cache, &_sb->s_inode_lru, _gfp) argument
|