Home
last modified time | relevance | path

Searched refs:ec_hdr_alsize (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Dbuild.c665 ubi->ec_hdr_alsize = ALIGN(UBI_EC_HDR_SIZE, ubi->hdrs_min_io_size); in io_init()
671 dbg_gen("ec_hdr_alsize %d", ubi->ec_hdr_alsize); in io_init()
677 ubi->ec_hdr_alsize; in io_init()
H A 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()
H A Dio.c820 err = ubi_io_write(ubi, ec_hdr, pnum, 0, ubi->ec_hdr_alsize); in ubi_io_write_ec_hdr()
1160 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS); in self_check_peb_ec_hdr()
H A Dfastmap.c410 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_pool()
919 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in ubi_scan_fastmap()
1396 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in erase_block()
H A Dubi.h540 * @ec_hdr_alsize: size of the EC header aligned to @hdrs_min_io_size
643 int ec_hdr_alsize; member
H A Dwl.c451 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS); in sync_erase()
1988 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS);
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Dbuild.c665 ubi->ec_hdr_alsize = ALIGN(UBI_EC_HDR_SIZE, ubi->hdrs_min_io_size); in io_init()
671 dbg_gen("ec_hdr_alsize %d", ubi->ec_hdr_alsize); in io_init()
677 ubi->ec_hdr_alsize; in io_init()
H A 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()
H A 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()
H A 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()
1406 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in erase_block()
H A Dubi.h538 * @ec_hdr_alsize: size of the EC header aligned to @hdrs_min_io_size
641 int ec_hdr_alsize; member
H A Dwl.c451 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS); in sync_erase()
1998 ec_hdr = kzalloc(ubi->ec_hdr_alsize, GFP_NOFS);

Completed in 24 milliseconds