Home
last modified time | relevance | path

Searched refs:ec_hdr_alsize (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/drivers/mtd/ubi/
Dbuild.c722 ubi->ec_hdr_alsize = ALIGN(UBI_EC_HDR_SIZE, ubi->hdrs_min_io_size); in io_init()
728 dbg_gen("ec_hdr_alsize %d", ubi->ec_hdr_alsize); in io_init()
734 ubi->ec_hdr_alsize; in io_init()
Dattach.c673 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in early_erase_peb()
1232 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_all()
1341 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_fast()
Dio.c858 err = ubi_io_write(ubi, ec_hdr, pnum, 0, ubi->ec_hdr_alsize); in ubi_io_write_ec_hdr()
1194 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS); in self_check_peb_ec_hdr()
Dfastmap.c468 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_pool()
941 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in ubi_scan_fastmap()
1366 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in erase_block()
Dubi.h612 int ec_hdr_alsize; member
Dwl.c443 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS); in sync_erase()
1714 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS);