Lines Matching full:partitions
13 #include <linux/mtd/partitions.h>
174 /* do not delete partitions if they are in use. */ in mtd_del_parts()
177 printf("\"%s\" partitions still in use, can't delete them\n", in mtd_del_parts()
200 * as it uses idr indexes and the partitions removal is done in bulk in mtd_del_all_parts()
201 * (all partitions of one device at the same time), so break and in mtd_del_all_parts()
230 * In any of these cases we want to update the partitions, otherwise, in mtd_probe_devices()
249 * does not guarantee that all old partitions are gone. in mtd_probe_devices()
316 * pointer forward until the next set of partitions. in mtd_probe_devices()
328 * in mtd_del_all_parts(). We need to know if old partitions are in mtd_probe_devices()
330 * and if they are, we shouldn't create new partitions, so just in mtd_probe_devices()
338 * Parse the MTD device partitions. It will update the mtdparts in mtd_probe_devices()
352 /* Create the new MTD partitions */ in mtd_probe_devices()