Lines Matching refs:ec_hdr
454 struct ubi_ec_hdr *ec_hdr; in ubi_sync_erase() local
463 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS); in ubi_sync_erase()
464 if (!ec_hdr) in ubi_sync_erase()
485 ec_hdr->ec = cpu_to_be64(ec); in ubi_sync_erase()
487 err = ubi_io_write_ec_hdr(ubi, e->pnum, ec_hdr); in ubi_sync_erase()
498 kfree(ec_hdr); in ubi_sync_erase()
2005 struct ubi_ec_hdr *ec_hdr; local
2010 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS);
2011 if (!ec_hdr)
2014 err = ubi_io_read_ec_hdr(ubi, pnum, ec_hdr, 0);
2021 read_ec = be64_to_cpu(ec_hdr->ec);
2031 kfree(ec_hdr);