Lines Matching refs:GFP_NOFS

71 	b->item_weights = kcalloc(b->h.size, sizeof(u32), GFP_NOFS);  in crush_decode_list_bucket()
74 b->sum_weights = kcalloc(b->h.size, sizeof(u32), GFP_NOFS); in crush_decode_list_bucket()
93 b->node_weights = kcalloc(b->num_nodes, sizeof(u32), GFP_NOFS); in crush_decode_tree_bucket()
109 b->item_weights = kcalloc(b->h.size, sizeof(u32), GFP_NOFS); in crush_decode_straw_bucket()
112 b->straws = kcalloc(b->h.size, sizeof(u32), GFP_NOFS); in crush_decode_straw_bucket()
130 b->item_weights = kcalloc(b->h.size, sizeof(u32), GFP_NOFS); in crush_decode_straw2_bucket()
168 c = kzalloc(sizeof(*c), GFP_NOFS); in crush_decode()
189 c->buckets = kcalloc(c->max_buckets, sizeof(*c->buckets), GFP_NOFS); in crush_decode()
192 c->rules = kcalloc(c->max_rules, sizeof(*c->rules), GFP_NOFS); in crush_decode()
231 b = c->buckets[i] = kzalloc(size, GFP_NOFS); in crush_decode()
246 b->items = kcalloc(b->size, sizeof(__s32), GFP_NOFS); in crush_decode()
249 b->perm = kcalloc(b->size, sizeof(u32), GFP_NOFS); in crush_decode()
319 GFP_NOFS); in crush_decode()
635 char *name = kstrndup(*p, len, GFP_NOFS); in decode_pool_names()
698 state = krealloc(map->osd_state, max*sizeof(*state), GFP_NOFS); in osdmap_set_max_osd()
703 weight = krealloc(map->osd_weight, max*sizeof(*weight), GFP_NOFS); in osdmap_set_max_osd()
708 addr = krealloc(map->osd_addr, max*sizeof(*addr), GFP_NOFS); in osdmap_set_max_osd()
723 max*sizeof(*affinity), GFP_NOFS); in osdmap_set_max_osd()
810 pi = kzalloc(sizeof(*pi), GFP_NOFS); in __decode_pools()
872 pg = kzalloc(sizeof(*pg) + len*sizeof(u32), GFP_NOFS); in __decode_pg_temp()
928 pg = kzalloc(sizeof(*pg), GFP_NOFS); in __decode_primary_temp()
978 GFP_NOFS); in set_primary_affinity()
1177 map = kzalloc(sizeof(*map), GFP_NOFS); in ceph_osdmap_decode()