Searched refs:vid_hdr_shift (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dbuild.c687 ubi->vid_hdr_shift = ubi->vid_hdr_offset -
698 if ((ubi->vid_hdr_shift + UBI_VID_HDR_SIZE) > ubi->vid_hdr_alsize) {
701 ubi->vid_hdr_offset, ubi->vid_hdr_shift,
712 dbg_gen("vid_hdr_shift %d", ubi->vid_hdr_shift);
716 if (ubi->vid_hdr_shift % 4) {
718 ubi->vid_hdr_shift);
H A Dubi.h542 * @vid_hdr_shift: contains @vid_hdr_offset - @vid_hdr_aloffset
645 int vid_hdr_shift; member in struct:ubi_device
1078 vidb->hdr = buf + ubi->vid_hdr_shift;
H A Dio.c71 * header and returns a pointer to offset @ubi->vid_hdr_shift of this buffer.
1022 ubi->vid_hdr_shift + UBI_VID_HDR_SIZE);

Completed in 113 milliseconds