Home
last modified time | relevance | path

Searched refs:UBI_EC_HDR_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/mtd/ubi/
H A Dubi-media.h106 #define UBI_EC_HDR_SIZE sizeof(struct ubi_ec_hdr) macro
110 #define UBI_EC_HDR_SIZE_CRC (UBI_EC_HDR_SIZE - sizeof(__be32))
H A Dio.c715 read_err = ubi_io_read(ubi, ec_hdr, pnum, 0, UBI_EC_HDR_SIZE); in ubi_io_read_ec_hdr()
741 if (ubi_check_pattern(ec_hdr, 0xFF, UBI_EC_HDR_SIZE)) { in ubi_io_read_ec_hdr()
1242 err = ubi_io_read(ubi, ec_hdr, pnum, 0, UBI_EC_HDR_SIZE); in self_check_peb_ec_hdr()
H A Ddebug.c93 ec_hdr, UBI_EC_HDR_SIZE, 1); in ubi_dump_ec_hdr()