Searched refs:vtbl_size (Results 1 – 2 of 2) sorted by relevance
104 ubi->vtbl_size); in ubi_change_vtbl_record()156 ubi->vtbl_size); in ubi_vtbl_rename_volumes()334 err = ubi_io_write_data(ubi, vtbl, new_aeb->pnum, 0, ubi->vtbl_size); in create_vtbl()412 leb[aeb->lnum] = vzalloc(ubi->vtbl_size); in process_lvol()419 ubi->vtbl_size); in process_lvol()447 ubi->vtbl_size); in process_lvol()502 vtbl = vzalloc(ubi->vtbl_size); in create_empty_lvol()792 ubi->vtbl_size = ubi->vtbl_slots * UBI_VTBL_RECORD_SIZE; in ubi_read_volume_table()793 ubi->vtbl_size = ALIGN(ubi->vtbl_size, ubi->min_io_size); in ubi_read_volume_table()
511 int vtbl_size; member