Lines Matching defs:table
25 * Format: dm-mod.create=<name>,<uuid>,<minor>,<flags>,<table>[,<table>+][;<name>,<uuid>,<minor>,<flags>,<table>[,<table>+]+]
34 struct dm_target_spec *table[DM_MAX_TARGETS];
67 kfree(dev->table[i]);
98 * dm_parse_table_entry - parse a table entry
103 * Return the remainder string after the table entry, i.e, after the comma which
128 dev->table[n] = sp;
152 * dm_parse_table - parse "dm-mod.create=" table field
155 * <table>[,<table>+]
162 DMDEBUG("parsing table \"%s\"", str);
170 DMERR("couldn't parse table");
182 * name,uuid,minor,flags,table[; ...]
184 * Return the remainder string after the table entry, i.e, after the semi-colon
189 /* There are 5 fields: name,uuid,minor,flags,table; */
219 /* table */
290 if (dm_early_create(&dev->dmi, dev->table,