Lines Matching full:partition
18 * Partition definition structure:
20 * An array of struct partition is passed along with a MTD object to
23 * For each partition, these fields are available:
24 * name: string that will be used to label the partition's MTD device.
25 * size: the partition size; if defined as MTDPART_SIZ_FULL, the partition
28 * defined as MTDPART_OFS_APPEND, the partition will start where the
31 * master MTD flag set for the corresponding MTD partition.
32 * For example, to force a read-only partition, simply adding
41 u_int32_t size; /* partition size */
43 u_int32_t mask_flags; /* master MTD flags to mask out for this partition */
44 struct nand_ecclayout *ecclayout; /* out of band layout for this partition (NAND only)*/