Home
last modified time | relevance | path

Searched refs:ubifs_bud (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/fs/ubifs/
Dlog.c33 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum) in ubifs_search_bud()
36 struct ubifs_bud *bud; in ubifs_search_bud()
41 bud = rb_entry(p, struct ubifs_bud, rb); in ubifs_search_bud()
65 struct ubifs_bud *bud; in ubifs_get_wbuf()
74 bud = rb_entry(p, struct ubifs_bud, rb); in ubifs_get_wbuf()
115 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud) in ubifs_add_bud()
118 struct ubifs_bud *b; in ubifs_add_bud()
125 b = rb_entry(parent, struct ubifs_bud, rb); in ubifs_add_bud()
170 struct ubifs_bud *bud; in ubifs_add_bud_to_log()
173 bud = kmalloc(sizeof(struct ubifs_bud), GFP_NOFS); in ubifs_add_bud_to_log()
[all …]
Dreplay.c75 struct ubifs_bud *bud;
477 static int is_last_bud(struct ubifs_info *c, struct ubifs_bud *bud) in is_last_bud()
480 struct ubifs_bud *next; in is_last_bud()
514 next = list_entry(bud->list.next, struct ubifs_bud, list); in is_last_bud()
741 struct ubifs_bud *bud; in add_replay_bud()
746 bud = kmalloc(sizeof(struct ubifs_bud), GFP_KERNEL); in add_replay_bud()
781 struct ubifs_bud *bud; in validate_ref()
Dubifs.h1310 struct ubifs_bud { struct
2129 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud);
2132 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum);
Ddebug.c583 struct ubifs_bud *bud; in ubifs_dump_budg()
625 bud = rb_entry(rb, struct ubifs_bud, rb); in ubifs_dump_budg()
656 struct ubifs_bud *bud; in ubifs_dump_lprop()
718 bud = rb_entry(rb, struct ubifs_bud, rb); in ubifs_dump_lprop()
Dsuper.c1059 struct ubifs_bud *bud, *n; in free_buds()
1265 struct ubifs_bud *bud; in destroy_journal()
1267 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in destroy_journal()