Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mtd/ubi/
Dbuild.c671 ubi->ec_hdr_alsize = ALIGN(UBI_EC_HDR_SIZE, ubi->hdrs_min_io_size); in io_init()
677 dbg_gen("ec_hdr_alsize %d", ubi->ec_hdr_alsize); in io_init()
683 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.c871 err = ubi_io_write(ubi, ec_hdr, pnum, 0, ubi->ec_hdr_alsize); in ubi_io_write_ec_hdr()
1238 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS); in self_check_peb_ec_hdr()
Dubi.h641 int ec_hdr_alsize; member
Dwl.c463 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS); in ubi_sync_erase()
2010 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS);
Dfastmap.c410 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_pool()
941 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in ubi_scan_fastmap()