OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ubi_ainf_peb
(Results
1 - 9
of
9
) sorted by null
/external/u-boot/drivers/mtd/ubi/
attach.c
19
* Logical eraseblocks are represented by &struct
ubi_ainf_peb
objects. These
103
* This function allocates a 'struct
ubi_ainf_peb
' object for physical
117
struct
ubi_ainf_peb
*aeb;
150
* This function allocates a 'struct
ubi_ainf_peb
' object for a corrupted
157
struct
ubi_ainf_peb
*aeb;
319
int ubi_compare_lebs(struct ubi_device *ubi, const struct
ubi_ainf_peb
*aeb,
450
struct
ubi_ainf_peb
*aeb;
476
aeb = rb_entry(parent, struct
ubi_ainf_peb
, u.rb);
629
struct
ubi_ainf_peb
*aeb;
634
aeb = rb_entry(rb, struct
ubi_ainf_peb
, u.rb)
[
all
...]
debug.h
50
void ubi_dump_aeb(const struct
ubi_ainf_peb
*aeb, int type);
fastmap.c
145
struct
ubi_ainf_peb
*aeb;
233
struct
ubi_ainf_peb
*aeb,
236
struct
ubi_ainf_peb
*tmp_aeb;
243
tmp_aeb = rb_entry(parent, struct
ubi_ainf_peb
, u.rb);
274
struct
ubi_ainf_peb
*new_aeb)
277
struct
ubi_ainf_peb
*aeb, *victim;
282
aeb = rb_entry(parent, struct
ubi_ainf_peb
, u.rb);
370
struct
ubi_ainf_peb
*new_aeb)
423
struct
ubi_ainf_peb
*aeb;
430
aeb = rb_entry(node2, struct
ubi_ainf_peb
, u.rb)
[
all
...]
ubi.h
630
* struct
ubi_ainf_peb
- attach information about a physical eraseblock.
639
* @u.rb: link in the per-volume RB-tree of &struct
ubi_ainf_peb
objects
646
struct
ubi_ainf_peb
{
struct
676
* volume (&struct
ubi_ainf_peb
objects)
718
* @aeb_slab_cache: slab cache for &struct
ubi_ainf_peb
objects
790
struct
ubi_ainf_peb
*ubi_early_get_peb(struct ubi_device *ubi,
[
all
...]
vtbl.c
300
struct
ubi_ainf_peb
*new_aeb;
374
struct
ubi_ainf_peb
*aeb;
debug.c
174
* ubi_dump_aeb - dump a &struct
ubi_ainf_peb
object.
178
void ubi_dump_aeb(const struct
ubi_ainf_peb
*aeb, int type)
eba.c
[
all
...]
build.c
651
dbg_gen("sizeof(struct
ubi_ainf_peb
) %zu", sizeof(struct
ubi_ainf_peb
));
[
all
...]
wl.c
[
all
...]
Completed in 1369 milliseconds