Searched refs:fm_autoconvert (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | build.c | 70 static bool fm_autoconvert; variable 948 ubi->fm_disabled = !fm_autoconvert; in ubi_attach_mtd_dev() 1486 module_param(fm_autoconvert, bool, 0644); 1487 MODULE_PARM_DESC(fm_autoconvert, "Set this parameter to enable fastmap automatically on images without a fastmap.");
|
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | build.c | 73 static bool fm_autoconvert; variable 836 * 'fm_autoconvert' is set, and existed old fastmap will be destroyed after 954 ubi->fm_disabled = (!fm_autoconvert || disable_fm) ? 1 : 0; in ubi_attach_mtd_dev() 1503 "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" 1506 module_param(fm_autoconvert, bool, 0644); 1507 MODULE_PARM_DESC(fm_autoconvert, "Set this parameter to enable fastmap automatically on images without a fastmap.");
|
Completed in 5 milliseconds