Lines Matching full:ech
406 struct ubi_ec_hdr *ech; in scan_pool() local
410 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_pool()
411 if (!ech) in scan_pool()
416 kfree(ech); in scan_pool()
440 err = ubi_io_read_ec_hdr(ubi, pnum, ech, 0); in scan_pool()
453 image_seq = be32_to_cpu(ech->image_seq); in scan_pool()
457 be32_to_cpu(ech->image_seq), ubi->image_seq); in scan_pool()
464 unsigned long long ec = be64_to_cpu(ech->ec); in scan_pool()
481 new_aeb = ubi_alloc_aeb(ai, pnum, be64_to_cpu(ech->ec)); in scan_pool()
511 kfree(ech); in scan_pool()
866 struct ubi_ec_hdr *ech; in ubi_scan_fastmap() local
941 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in ubi_scan_fastmap()
942 if (!ech) { in ubi_scan_fastmap()
972 ret = ubi_io_read_ec_hdr(ubi, pnum, ech, 0); in ubi_scan_fastmap()
982 image_seq = be32_to_cpu(ech->image_seq); in ubi_scan_fastmap()
992 be32_to_cpu(ech->image_seq), ubi->image_seq); in ubi_scan_fastmap()
1088 kfree(ech); in ubi_scan_fastmap()
1097 kfree(ech); in ubi_scan_fastmap()