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);
1993 struct ubi_ec_hdr *ec_hdr;
1998 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS);
1999 if (!ec_hdr)
2002 err = ubi_io_read_ec_hdr(ubi, pnum, ec_hdr, 0);
2009 read_ec = be64_to_cpu(ec_hdr->ec);
2019 kfree(ec_hdr);