Lines Matching full:ech
944 struct ubi_ec_hdr *ech = ai->ech; in scan_peb() local
961 err = ubi_io_read_ec_hdr(ubi, pnum, ech, 0); in scan_peb()
999 if (ech->version != UBI_VERSION) { in scan_peb()
1001 UBI_VERSION, (int)ech->version); in scan_peb()
1005 ec = be64_to_cpu(ech->ec); in scan_peb()
1016 ubi_dump_ec_hdr(ech); in scan_peb()
1031 image_seq = be32_to_cpu(ech->image_seq); in scan_peb()
1037 ubi_dump_ec_hdr(ech); in scan_peb()
1384 ai->ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_all()
1385 if (!ai->ech) in scan_all()
1439 kfree(ai->ech); in scan_all()
1446 kfree(ai->ech); in scan_all()
1498 scan_ai->ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_fast()
1499 if (!scan_ai->ech) in scan_fast()
1516 kfree(scan_ai->ech); in scan_fast()
1538 kfree(scan_ai->ech); in scan_fast()