Home
last modified time | relevance | path

Searched refs:ubi_vtbl_record (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Dvtbl.c57 static struct ubi_vtbl_record empty_vtbl_record;
91 struct ubi_vtbl_record *vtbl_rec) in ubi_change_vtbl_record()
105 memcpy(&ubi->vtbl[idx], vtbl_rec, sizeof(struct ubi_vtbl_record)); in ubi_change_vtbl_record()
129 struct ubi_vtbl_record *vtbl_rec = &ubi->vtbl[vol->vol_id]; in ubi_vtbl_rename_volumes()
133 sizeof(struct ubi_vtbl_record)); in ubi_vtbl_rename_volumes()
158 const struct ubi_vtbl_record *vtbl) in vtbl_check()
361 static struct ubi_vtbl_record *process_lvol(struct ubi_device *ubi, in process_lvol()
368 struct ubi_vtbl_record *leb[UBI_LAYOUT_VOLUME_EBS] = { NULL, NULL }; in process_lvol()
484 static struct ubi_vtbl_record *create_empty_lvol(struct ubi_device *ubi, in create_empty_lvol()
488 struct ubi_vtbl_record *vtb in create_empty_lvol()
[all...]
H A Dubi-media.h312 #define UBI_VTBL_RECORD_SIZE sizeof(struct ubi_vtbl_record)
318 * struct ubi_vtbl_record - a record in the volume table.
334 * duplicated). The volume table is an array of &struct ubi_vtbl_record
340 * logical eraseblock divided by sizeof(struct ubi_vtbl_record)).
355 struct ubi_vtbl_record { struct
H A Dupd.c44 struct ubi_vtbl_record vtbl_rec; in set_update_marker()
78 struct ubi_vtbl_record vtbl_rec; in clear_update_marker()
H A Ddebug.h44 void ubi_dump_vtbl_record(const struct ubi_vtbl_record *r, int idx);
H A Dvmt.c142 struct ubi_vtbl_record vtbl_rec; in ubi_create_volume()
277 memset(&vtbl_rec, 0, sizeof(struct ubi_vtbl_record)); in ubi_create_volume()
409 struct ubi_vtbl_record vtbl_rec; in ubi_resize_volume()
H A Dubi.h579 struct ubi_vtbl_record *vtbl;
840 struct ubi_vtbl_record *vtbl_rec);
H A Ddebug.c123 * ubi_dump_vtbl_record - dump a &struct ubi_vtbl_record object.
127 void ubi_dump_vtbl_record(const struct ubi_vtbl_record *r, int idx) in ubi_dump_vtbl_record()
H A Dbuild.c793 struct ubi_vtbl_record vtbl_rec; in autoresize()
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Dvtbl.c57 static struct ubi_vtbl_record empty_vtbl_record;
91 struct ubi_vtbl_record *vtbl_rec) in ubi_change_vtbl_record()
105 memcpy(&ubi->vtbl[idx], vtbl_rec, sizeof(struct ubi_vtbl_record)); in ubi_change_vtbl_record()
129 struct ubi_vtbl_record *vtbl_rec = &ubi->vtbl[vol->vol_id]; in ubi_vtbl_rename_volumes()
133 sizeof(struct ubi_vtbl_record)); in ubi_vtbl_rename_volumes()
158 const struct ubi_vtbl_record *vtbl) in vtbl_check()
361 static struct ubi_vtbl_record *process_lvol(struct ubi_device *ubi, in process_lvol()
368 struct ubi_vtbl_record *leb[UBI_LAYOUT_VOLUME_EBS] = { NULL, NULL }; in process_lvol()
484 static struct ubi_vtbl_record *create_empty_lvol(struct ubi_device *ubi, in create_empty_lvol()
488 struct ubi_vtbl_record *vtb in create_empty_lvol()
[all...]
H A Dubi-media.h312 #define UBI_VTBL_RECORD_SIZE sizeof(struct ubi_vtbl_record)
318 * struct ubi_vtbl_record - a record in the volume table.
334 * duplicated). The volume table is an array of &struct ubi_vtbl_record
340 * logical eraseblock divided by sizeof(struct ubi_vtbl_record)).
355 struct ubi_vtbl_record { struct
H A Dupd.c44 struct ubi_vtbl_record vtbl_rec; in set_update_marker()
78 struct ubi_vtbl_record vtbl_rec; in clear_update_marker()
H A Ddebug.h44 void ubi_dump_vtbl_record(const struct ubi_vtbl_record *r, int idx);
H A Dvmt.c142 struct ubi_vtbl_record vtbl_rec; in ubi_create_volume()
277 memset(&vtbl_rec, 0, sizeof(struct ubi_vtbl_record)); in ubi_create_volume()
409 struct ubi_vtbl_record vtbl_rec; in ubi_resize_volume()
H A Dubi.h577 struct ubi_vtbl_record *vtbl;
838 struct ubi_vtbl_record *vtbl_rec);
H A Ddebug.c123 * ubi_dump_vtbl_record - dump a &struct ubi_vtbl_record object.
127 void ubi_dump_vtbl_record(const struct ubi_vtbl_record *r, int idx) in ubi_dump_vtbl_record()
H A Dbuild.c793 struct ubi_vtbl_record vtbl_rec; in autoresize()

Completed in 22 milliseconds