Home
last modified time | relevance | path

Searched refs:fm_used (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/mtd/ubi/
H A Dfastmap-wl.c114 int fm_used = 0; // fastmap non anchor pebs. in has_enough_free_count() local
122 fm_used = ubi->fm_size / ubi->leb_size - 1; in has_enough_free_count()
124 return ubi->free_count - beb_rsvd_pebs > fm_used; in has_enough_free_count()
/openbmc/u-boot/drivers/mtd/ubispl/
H A Dubispl.h106 unsigned long fm_used[UBI_FM_BM_SIZE]; member
H A Dubispl.c294 memset(ubi->fm_used, 0, sizeof(ubi->fm_used)); in ubi_attach_fastmap()
373 generic_set_bit(be32_to_cpu(fmec->pnum), ubi->fm_used); in ubi_attach_fastmap()
433 if (!__test_and_clear_bit(pnum, ubi->fm_used)) in ubi_attach_fastmap()