Lines Matching refs:ubi_vtbl_record
70 static struct ubi_vtbl_record empty_vtbl_record;
104 struct ubi_vtbl_record *vtbl_rec) in ubi_change_vtbl_record()
118 memcpy(&ubi->vtbl[idx], vtbl_rec, sizeof(struct ubi_vtbl_record)); in ubi_change_vtbl_record()
142 struct ubi_vtbl_record *vtbl_rec = &ubi->vtbl[vol->vol_id]; in ubi_vtbl_rename_volumes()
146 sizeof(struct ubi_vtbl_record)); in ubi_vtbl_rename_volumes()
171 const struct ubi_vtbl_record *vtbl) in vtbl_check()
371 static struct ubi_vtbl_record *process_lvol(struct ubi_device *ubi, in process_lvol()
378 struct ubi_vtbl_record *leb[UBI_LAYOUT_VOLUME_EBS] = { NULL, NULL }; in process_lvol()
494 static struct ubi_vtbl_record *create_empty_lvol(struct ubi_device *ubi, in create_empty_lvol()
498 struct ubi_vtbl_record *vtbl; in create_empty_lvol()
532 const struct ubi_vtbl_record *vtbl) in init_volumes()