Searched refs:vtbl_size (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dvtbl.c111 ubi->vtbl_size, UBI_LONGTERM);
305 err = ubi_io_write_data(ubi, vtbl, new_seb->pnum, 0, ubi->vtbl_size);
383 leb[seb->lnum] = kzalloc(ubi->vtbl_size, GFP_KERNEL);
390 ubi->vtbl_size);
408 leb_corrupted[1] = memcmp(leb[0], leb[1], ubi->vtbl_size);
463 vtbl = kzalloc(ubi->vtbl_size, GFP_KERNEL);
723 ubi->vtbl_size = ubi->vtbl_slots * UBI_VTBL_RECORD_SIZE;
724 ubi->vtbl_size = ALIGN(ubi->vtbl_size, ubi->min_io_size);
H A Dubi.h221 * @vtbl_size: size of the volume table in bytes
293 int vtbl_size; member in struct:ubi_device

Completed in 43 milliseconds