Searched refs:vid_hdr_offset (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/mtd/ubi/ |
| A D | build.c | 619 if (ubi->vid_hdr_offset < 0) in io_init() 680 if (ubi->vid_hdr_offset == 0) in io_init() 682 ubi->vid_hdr_offset = ubi->vid_hdr_aloffset = in io_init() 685 ubi->vid_hdr_aloffset = ubi->vid_hdr_offset & in io_init() 687 ubi->vid_hdr_shift = ubi->vid_hdr_offset - in io_init() 701 ubi->vid_hdr_offset, ubi->vid_hdr_shift, in io_init() 707 ubi->leb_start = ubi->vid_hdr_offset + UBI_VID_HDR_SIZE; in io_init() 710 dbg_gen("vid_hdr_offset %d", ubi->vid_hdr_offset); in io_init() 723 if (ubi->vid_hdr_offset < UBI_EC_HDR_SIZE || in io_init() 728 ubi->vid_hdr_offset, ubi->leb_start); in io_init() [all …]
|
| A D | io.c | 646 int vid_hdr_offset, leb_start; in validate_ec_hdr() local 649 vid_hdr_offset = be32_to_cpu(ec_hdr->vid_hdr_offset); in validate_ec_hdr() 658 if (vid_hdr_offset != ubi->vid_hdr_offset) { in validate_ec_hdr() 660 vid_hdr_offset, ubi->vid_hdr_offset); in validate_ec_hdr() 855 ec_hdr->vid_hdr_offset = cpu_to_be32(ubi->vid_hdr_offset); in ubi_io_write_ec_hdr()
|
| A D | ubi-media.h | 152 __be32 vid_hdr_offset; member
|
| A D | ubi.h | 643 int vid_hdr_offset; member 941 int vid_hdr_offset, int max_beb_per1024,
|
| A D | debug.c | 87 pr_err("\tvid_hdr_offset %d\n", be32_to_cpu(ec_hdr->vid_hdr_offset)); in ubi_dump_ec_hdr()
|
| A D | cdev.c | 1043 err = ubi_attach_mtd_dev(mtd, req.ubi_num, req.vid_hdr_offset, in ctrl_cdev_ioctl()
|
| /linux/include/uapi/mtd/ |
| A D | ubi-user.h | 294 __s32 vid_hdr_offset; member
|
Completed in 26 milliseconds