Searched refs:vtbl_size (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | vtbl.c | 71 ubi->vtbl_size); in ubi_update_layout_vol() 322 err = ubi_io_write_data(ubi, vtbl, new_aeb->pnum, 0, ubi->vtbl_size); in create_vtbl() 400 leb[aeb->lnum] = vzalloc(ubi->vtbl_size); in process_lvol() 407 ubi->vtbl_size); in process_lvol() 435 ubi->vtbl_size); in process_lvol() 490 vtbl = vzalloc(ubi->vtbl_size); in create_empty_lvol() 804 ubi->vtbl_size = ubi->vtbl_slots * UBI_VTBL_RECORD_SIZE; in ubi_read_volume_table() 805 ubi->vtbl_size = ALIGN(ubi->vtbl_size, ubi->min_io_size); in ubi_read_volume_table()
|
H A D | ubi.h | 467 * @vtbl_size: size of the volume table in bytes 578 int vtbl_size; member
|
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | vtbl.c | 71 ubi->vtbl_size); in ubi_update_layout_vol() 322 err = ubi_io_write_data(ubi, vtbl, new_aeb->pnum, 0, ubi->vtbl_size); in create_vtbl() 400 leb[aeb->lnum] = vzalloc(ubi->vtbl_size); in process_lvol() 407 ubi->vtbl_size); in process_lvol() 435 ubi->vtbl_size); in process_lvol() 490 vtbl = vzalloc(ubi->vtbl_size); in create_empty_lvol() 804 ubi->vtbl_size = ubi->vtbl_slots * UBI_VTBL_RECORD_SIZE; in ubi_read_volume_table() 805 ubi->vtbl_size = ALIGN(ubi->vtbl_size, ubi->min_io_size); in ubi_read_volume_table()
|
H A D | ubi.h | 465 * @vtbl_size: size of the volume table in bytes 576 int vtbl_size; member
|
Completed in 9 milliseconds