Lines Matching defs:ec_hdr
442 struct ubi_ec_hdr *ec_hdr;
451 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS);
452 if (!ec_hdr)
473 ec_hdr->ec = cpu_to_be64(ec);
475 err = ubi_io_write_ec_hdr(ubi, e->pnum, ec_hdr);
486 kfree(ec_hdr);
1983 struct ubi_ec_hdr *ec_hdr;
1988 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS);
1989 if (!ec_hdr)
1992 err = ubi_io_read_ec_hdr(ubi, pnum, ec_hdr, 0);
1999 read_ec = be64_to_cpu(ec_hdr->ec);
2009 kfree(ec_hdr);