Lines Matching refs:ec_hdr
442 struct ubi_ec_hdr *ec_hdr; in sync_erase() local
451 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS); in sync_erase()
452 if (!ec_hdr) in sync_erase()
473 ec_hdr->ec = cpu_to_be64(ec); in sync_erase()
475 err = ubi_io_write_ec_hdr(ubi, e->pnum, ec_hdr); in sync_erase()
486 kfree(ec_hdr); in sync_erase()
1964 struct ubi_ec_hdr *ec_hdr; local
1969 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS);
1970 if (!ec_hdr)
1973 err = ubi_io_read_ec_hdr(ubi, pnum, ec_hdr, 0);
1980 read_ec = be64_to_cpu(ec_hdr->ec);
1990 kfree(ec_hdr);