Lines Matching full:partition
3 * Read flash partition table from command line
31 * 1 NOR Flash, with 1 single writable partition:
55 /* special size referring to all the remaining space in a partition */
75 * Parse one partition definition for an MTD. Since there can be many
76 * comma separated partition definitions, this function calls itself
77 * recursively until no more partition definitions are found. Nice side
97 /* fetch the partition size */ in newpart()
99 /* assign all remaining space to this partition */ in newpart()
105 pr_err("partition has size 0\n"); in newpart()
110 /* fetch partition name and flags */ in newpart()
111 mask_flags = 0; /* this is going to be a regular partition */ in newpart()
131 pr_err("no closing %c found in partition name\n", delim); in newpart()
150 /* if lk is found do NOT unlock the MTD partition*/ in newpart()
156 /* if slc is found use emulated SLC mode on this partition*/ in newpart()
165 pr_err("no partitions allowed after a fill-up partition\n"); in newpart()
174 /* this is the last partition: allocate space for all */ in newpart()
188 * enter this partition (offset will be calculated later if it is in newpart()
202 dbg(("partition %d: name <%s>, offset %llx, size %llx, mask flags %x\n", in newpart()
213 /* return partition table */ in newpart()
267 0, /* first partition */ in mtdpart_setup_real()
275 * b) in the middle of the partition spec in mtdpart_setup_real()
305 pr_err("bad character after partition (%c)\n", *s); in mtdpart_setup_real()
338 * Search for the partition definition matching master->name. in parse_cmdline_partitions()
339 * If master->name is not set, stop at first partition definition. in parse_cmdline_partitions()
366 pr_warn("%s: skipping zero sized partition\n", in parse_cmdline_partitions()