Searched refs:UBI_EC_HDR_SIZE (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/mtd/ubi/ |
D | ubi-media.h | 106 #define UBI_EC_HDR_SIZE sizeof(struct ubi_ec_hdr) macro 110 #define UBI_EC_HDR_SIZE_CRC (UBI_EC_HDR_SIZE - sizeof(__be32))
|
D | io.c | 703 read_err = ubi_io_read(ubi, ec_hdr, pnum, 0, UBI_EC_HDR_SIZE); in ubi_io_read_ec_hdr() 729 if (ubi_check_pattern(ec_hdr, 0xFF, UBI_EC_HDR_SIZE)) { in ubi_io_read_ec_hdr() 1166 err = ubi_io_read(ubi, ec_hdr, pnum, 0, UBI_EC_HDR_SIZE); in self_check_peb_ec_hdr()
|
D | build.c | 663 ubi->ec_hdr_alsize = ALIGN(UBI_EC_HDR_SIZE, ubi->hdrs_min_io_size); in io_init() 700 if (ubi->vid_hdr_offset < UBI_EC_HDR_SIZE || in io_init()
|
D | debug.c | 63 ec_hdr, UBI_EC_HDR_SIZE, 1); in ubi_dump_ec_hdr()
|