Home
last modified time | relevance | path

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

/linux/drivers/mtd/ubi/
H A Dfastmap.c85 sizeof(struct ubi_fm_scan_pool) + in ubi_calc_fm_size()
86 sizeof(struct ubi_fm_scan_pool) + in ubi_calc_fm_size()
557 struct ubi_fm_scan_pool *fmpl, *fmpl_wl; in ubi_attach_fastmap()
587 fmpl = (struct ubi_fm_scan_pool *)(fm_raw + fm_pos); in ubi_attach_fastmap()
597 fmpl_wl = (struct ubi_fm_scan_pool *)(fm_raw + fm_pos); in ubi_attach_fastmap()
1137 struct ubi_fm_scan_pool *fmpl, *fmpl_wl; in ubi_write_fastmap()
1199 fmpl = (struct ubi_fm_scan_pool *)(fm_raw + fm_pos); in ubi_write_fastmap()
1210 fmpl_wl = (struct ubi_fm_scan_pool *)(fm_raw + fm_pos); in ubi_write_fastmap()
H A Dubi-media.h440 /* struct ubi_fm_hdr is followed by two struct ubi_fm_scan_pool */
443 * struct ubi_fm_scan_pool - Fastmap pool PEBs to be scanned while attaching
449 struct ubi_fm_scan_pool { struct
457 /* ubi_fm_scan_pool is followed by nfree+nused struct ubi_fm_ec records */ argument