Lines Matching defs:table
28 * Format: dm-mod.create=<name>,<uuid>,<minor>,<flags>,<table>[,<table>+][;<name>,<uuid>,<minor>,<flags>,<table>[,<table>+]+]
39 struct dm_target_spec *table[DM_MAX_TARGETS];
72 kfree(dev->table[i]);
103 * dm_parse_table_entry - parse a table entry
108 * Return the remainder string after the table entry, i.e, after the comma which
133 dev->table[n] = sp;
157 * dm_parse_table - parse "dm-mod.create=" table field
160 * <table>[,<table>+]
167 DMDEBUG("parsing table \"%s\"", str);
175 DMERR("couldn't parse table");
187 * name,uuid,minor,flags,table[; ...]
189 * Return the remainder string after the table entry, i.e, after the semi-colon
194 /* There are 5 fields: name,uuid,minor,flags,table; */
224 /* table */
308 if (dm_early_create(&dev->dmi, dev->table,