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

/linux-master/include/uapi/mtd/
H A Dubi-user.h250 * @disable_fm: whether disable fastmap
287 * If @disable_fm is not zero, ubi doesn't create new fastmap even the module
296 __s8 disable_fm; member in struct:ubi_attach_req
/linux-master/drivers/mtd/ubi/
H A Dbuild.c833 * @disable_fm: whether disable fastmap
842 * If @disable_fm is true, ubi doesn't create new fastmap even the module param
850 int vid_hdr_offset, int max_beb_per1024, bool disable_fm,
963 ubi->fm_disabled = (!fm_autoconvert || disable_fm) ? 1 : 0;
1004 err = ubi_attach(ubi, disable_fm ? 1 : 0);
849 ubi_attach_mtd_dev(struct mtd_info *mtd, int ubi_num, int vid_hdr_offset, int max_beb_per1024, bool disable_fm, bool need_resv_pool) argument
H A Dubi.h942 bool disable_fm, bool need_resv_pool);
H A Dcdev.c1044 req.max_beb_per1024, !!req.disable_fm,
/linux-master/sound/pci/
H A Dcmipci.c2921 goto disable_fm;
2941 goto disable_fm;
2952 goto disable_fm;
2962 disable_fm:

Completed in 227 milliseconds