Home
last modified time | relevance | path

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

/linux/drivers/mtd/ubi/
H A Dubi.h660 int vid_hdr_alsize; member
1105 memset(buf, 0, ubi->vid_hdr_alsize); in ubi_init_vid_buf()
1126 buf = kmalloc(ubi->vid_hdr_alsize, gfp_flags); in ubi_alloc_vid_buf()
H A Dio.c1161 ubi->vid_hdr_alsize - (ubi->vid_hdr_shift + UBI_VID_HDR_SIZE)); in ubi_io_write_vid_hdr()
1163 memset((char *)p + UBI_VID_HDR_SIZE, 0xFF, ubi->vid_hdr_alsize - UBI_VID_HDR_SIZE); in ubi_io_write_vid_hdr()
1167 ubi->vid_hdr_alsize); in ubi_io_write_vid_hdr()
1345 ubi->vid_hdr_alsize); in self_check_peb_vid_hdr()
H A Dbuild.c674 ubi->vid_hdr_alsize = ALIGN(UBI_VID_HDR_SIZE, ubi->hdrs_min_io_size); in io_init()
680 dbg_gen("vid_hdr_alsize %d", ubi->vid_hdr_alsize); in io_init()
700 if ((ubi->vid_hdr_shift + UBI_VID_HDR_SIZE) > ubi->vid_hdr_alsize) { in io_init()
704 UBI_VID_HDR_SIZE, ubi->vid_hdr_alsize); in io_init()