Searched refs:fm_autoconvert (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dbuild.c76 static bool fm_autoconvert; variable
843 * 'fm_autoconvert' is set, and existed old fastmap will be destroyed after
963 ubi->fm_disabled = (!fm_autoconvert || disable_fm) ? 1 : 0;
1588 "example 5: mtd=1,0,0,5 mtd=2,0,0,6,1 - attach MTD device /dev/mtd1 to UBI 5 and disable fastmap; attach MTD device /dev/mtd2 to UBI 6 and enable fastmap.(only works when fastmap is enabled and fm_autoconvert=Y).\n"
1591 module_param(fm_autoconvert, bool, 0644);
1592 MODULE_PARM_DESC(fm_autoconvert, "Set this parameter to enable fastmap automatically on images without a fastmap.");

Completed in 138 milliseconds