Searched refs:fmsb (Results 1 – 1 of 1) sorted by relevance
555 struct ubi_fm_sb *fmsb; in ubi_attach_fastmap() local892 fmsb = kmalloc(sizeof(*fmsb), GFP_KERNEL); in ubi_scan_fastmap()893 if (!fmsb) { in ubi_scan_fastmap()901 kfree(fmsb); in ubi_scan_fastmap()905 ret = ubi_io_read_data(ubi, fmsb, fm_anchor, 0, sizeof(*fmsb)); in ubi_scan_fastmap()1034 kfree(fmsb); in ubi_scan_fastmap()1035 fmsb = NULL; in ubi_scan_fastmap()1099 kfree(fmsb); in ubi_scan_fastmap()1135 struct ubi_fm_sb *fmsb; in ubi_write_fastmap() local1190 fmsb->sqnum = 0; in ubi_write_fastmap()[all …]