Searched refs:fm_autoconvert (Results 1 – 4 of 4) sorted by relevance
82 static bool fm_autoconvert; variable90 static bool fm_autoconvert = CONFIG_MTD_UBI_FASTMAP_AUTOCONVERT; variable964 ubi->fm_disabled = !fm_autoconvert; in ubi_attach_mtd_dev()1544 module_param(fm_autoconvert, bool, 0644);1545 MODULE_PARM_DESC(fm_autoconvert, "Set this parameter to enable fastmap automatically on images with…
84 fm_autoconvert to 1 if you want so. Please note that fastmap-enabled
73 static bool fm_autoconvert; variable954 ubi->fm_disabled = (!fm_autoconvert || disable_fm) ? 1 : 0; in ubi_attach_mtd_dev()1506 module_param(fm_autoconvert, bool, 0644);1507 MODULE_PARM_DESC(fm_autoconvert, "Set this parameter to enable fastmap automatically on images with…
74 fm_autoconvert to 1 if you want so. Please note that fastmap-enabled