Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/ubispl/
H A Dubispl.h107 unsigned long fm_used[UBI_FM_BM_SIZE]; member
H A Dubispl.c295 memset(ubi->fm_used, 0, sizeof(ubi->fm_used)); in ubi_attach_fastmap()
374 generic_set_bit(be32_to_cpu(fmec->pnum), ubi->fm_used); in ubi_attach_fastmap()
434 if (!__test_and_clear_bit(pnum, ubi->fm_used)) in ubi_attach_fastmap()