bdi_alloc
disk->bdi = bdi_alloc(node_id);
bdi = bdi_alloc(NUMA_NO_NODE);
struct backing_dev_info *bdi_alloc(int node_id);
EXPORT_SYMBOL(bdi_alloc);