Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mtd/ubi/
Dbuild.c663 ubi->ec_hdr_alsize = ALIGN(UBI_EC_HDR_SIZE, ubi->hdrs_min_io_size); in io_init()
669 dbg_gen("ec_hdr_alsize %d", ubi->ec_hdr_alsize); in io_init()
675 ubi->ec_hdr_alsize; in io_init()
Dattach.c787 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in early_erase_peb()
1384 ai->ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_all()
1498 scan_ai->ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_fast()
Dio.c827 err = ubi_io_write(ubi, ec_hdr, pnum, 0, ubi->ec_hdr_alsize); in ubi_io_write_ec_hdr()
1162 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS); in self_check_peb_ec_hdr()
Dfastmap.c409 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_pool()
940 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in ubi_scan_fastmap()
1405 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in erase_block()
Dubi.h641 int ec_hdr_alsize; member
Dwl.c451 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS); in sync_erase()
1979 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS);