Searched refs:ubi_ainf_peb (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dattach.c19 * Logical eraseblocks are represented by &struct ubi_ainf_peb objects. These
178 struct ubi_ainf_peb *ubi_alloc_aeb(struct ubi_attach_info *ai, int pnum,
181 struct ubi_ainf_peb *aeb;
203 void ubi_free_aeb(struct ubi_attach_info *ai, struct ubi_ainf_peb *aeb)
218 * This function allocates a 'struct ubi_ainf_peb' object for physical
232 struct ubi_ainf_peb *aeb;
263 * This function allocates a 'struct ubi_ainf_peb' object for a corrupted
270 struct ubi_ainf_peb *aeb;
290 * This function allocates a 'struct ubi_ainf_peb' object for a Fastamp
299 struct ubi_ainf_peb *ae
[all...]
H A Dfastmap.c139 struct ubi_ainf_peb *aeb;
204 struct ubi_ainf_peb *aeb,
207 struct ubi_ainf_peb *tmp_aeb;
213 tmp_aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb);
244 struct ubi_ainf_peb *new_aeb)
247 struct ubi_ainf_peb *aeb, *victim;
252 aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb);
338 struct ubi_ainf_peb *new_aeb)
374 struct ubi_ainf_peb *aeb;
407 struct ubi_ainf_peb *new_ae
[all...]
H A Dubi.h659 * struct ubi_ainf_peb - attach information about a physical eraseblock.
668 * @u.rb: link in the per-volume RB-tree of &struct ubi_ainf_peb objects
675 struct ubi_ainf_peb { struct
705 * volume (&struct ubi_ainf_peb objects)
751 * @aeb_slab_cache: slab cache for &struct ubi_ainf_peb objects
822 struct ubi_ainf_peb *ubi_alloc_aeb(struct ubi_attach_info *ai, int pnum,
824 void ubi_free_aeb(struct ubi_attach_info *ai, struct ubi_ainf_peb *aeb);
831 struct ubi_ainf_peb *ubi_early_get_peb(struct ubi_device *ubi,
962 int ubi_compare_lebs(struct ubi_device *ubi, const struct ubi_ainf_peb *aeb,
1057 struct ubi_ainf_peb *ae
[all...]
H A Ddebug.h46 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type);
H A Dvtbl.c291 struct ubi_ainf_peb *new_aeb;
367 struct ubi_ainf_peb *aeb;
H A Ddebug.c203 * ubi_dump_aeb - dump a &struct ubi_ainf_peb object.
207 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type)
H A Deba.c1534 struct ubi_ainf_peb *aeb;
1628 struct ubi_ainf_peb *aeb;
H A Dwl.c1750 static int erase_aeb(struct ubi_device *ubi, struct ubi_ainf_peb *aeb, bool sync)
1797 struct ubi_ainf_peb *aeb, *tmp;
H A Dbuild.c602 dbg_gen("sizeof(struct ubi_ainf_peb) %zu", sizeof(struct ubi_ainf_peb));

Completed in 157 milliseconds