Searched refs:bdi_alloc_node (Results 1 – 3 of 3) sorted by relevance
38 struct backing_dev_info *bdi_alloc_node(gfp_t gfp_mask, int node_id);41 return bdi_alloc_node(gfp_mask, NUMA_NO_NODE); in bdi_alloc()
867 struct backing_dev_info *bdi_alloc_node(gfp_t gfp_mask, int node_id) in bdi_alloc_node() function882 EXPORT_SYMBOL(bdi_alloc_node);
496 q->backing_dev_info = bdi_alloc_node(gfp_mask, node_id); in blk_alloc_queue_node()