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

/linux-master/drivers/mtd/ubi/
H A Dubi.h537 * @vid_hdr_alsize: size of the VID header aligned to @hdrs_min_io_size
642 int vid_hdr_alsize; member in struct:ubi_device
1075 memset(buf, 0, ubi->vid_hdr_alsize);
1096 buf = kmalloc(ubi->vid_hdr_alsize, gfp_flags);
H A Dbuild.c672 ubi->vid_hdr_alsize = ALIGN(UBI_VID_HDR_SIZE, ubi->hdrs_min_io_size);
678 dbg_gen("vid_hdr_alsize %d", ubi->vid_hdr_alsize);
692 * Memory allocation for VID header is ubi->vid_hdr_alsize
695 * ubi->vid_hdr_alsize, so that all vid header operations
698 if ((ubi->vid_hdr_shift + UBI_VID_HDR_SIZE) > ubi->vid_hdr_alsize) {
702 UBI_VID_HDR_SIZE, ubi->vid_hdr_alsize);
H A Dio.c70 * copy. It always allocates a @ubi->vid_hdr_alsize bytes buffer for the VID
1154 ubi->vid_hdr_alsize);
1332 ubi->vid_hdr_alsize);

Completed in 137 milliseconds