Searched refs:table (Results 1 – 1 of 1) sorted by relevance
349 struct dm_table *table = NULL; in dm_setup_drives() local373 if (dm_table_create(&table, fmode, dev->target_count, md)) { in dm_setup_drives()385 if (dm_table_add_target(table, target->type, in dm_setup_drives()394 if (dm_table_complete(table)) { in dm_setup_drives()406 dm_set_md_type(md, dm_table_get_type(table)); in dm_setup_drives()419 if (dm_swap_table(md, table)) { /* should return NULL. */ in dm_setup_drives()