Lines Matching full:partition

3  * Read flash partition table from command line
31 * 1 NOR Flash, with 1 single writable partition:
47 /* special size referring to all the remaining space in a partition */
67 * Parse one partition definition for an MTD. Since there can be many
68 * comma separated partition definitions, this function calls itself
69 * recursively until no more partition definitions are found. Nice side
89 /* fetch the partition size */ in newpart()
91 /* assign all remaining space to this partition */ in newpart()
97 pr_err("partition has size 0\n"); in newpart()
102 /* fetch partition name and flags */ in newpart()
103 mask_flags = 0; /* this is going to be a regular partition */ in newpart()
123 pr_err("no closing %c found in partition name\n", delim); in newpart()
142 /* if lk is found do NOT unlock the MTD partition*/ in newpart()
148 /* if slc is found use emulated SLC mode on this partition*/ in newpart()
157 pr_err("no partitions allowed after a fill-up partition\n"); in newpart()
166 /* this is the last partition: allocate space for all */ in newpart()
180 * enter this partition (offset will be calculated later if it is in newpart()
194 pr_debug("partition %d: name <%s>, offset %llx, size %llx, mask flags %x\n", in newpart()
205 /* return partition table */ in newpart()
271 0, /* first partition */ in mtdpart_setup_real()
279 * b) in the middle of the partition spec in mtdpart_setup_real()
309 pr_err("bad character after partition (%c)\n", *s); in mtdpart_setup_real()
342 * Search for the partition definition matching master->name. in parse_cmdline_partitions()
343 * If master->name is not set, stop at first partition definition. in parse_cmdline_partitions()
370 pr_warn("%s: skipping zero sized partition\n", in parse_cmdline_partitions()