Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dlog.c34 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum) in ubifs_search_bud()
37 struct ubifs_bud *bud; in ubifs_search_bud()
42 bud = rb_entry(p, struct ubifs_bud, rb); in ubifs_search_bud()
66 struct ubifs_bud *bud; in ubifs_get_wbuf()
75 bud = rb_entry(p, struct ubifs_bud, rb); in ubifs_get_wbuf()
116 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud) in ubifs_add_bud()
119 struct ubifs_bud *b; in ubifs_add_bud()
126 b = rb_entry(parent, struct ubifs_bud, rb); in ubifs_add_bud()
171 struct ubifs_bud *bud; in ubifs_add_bud_to_log()
174 bud = kmalloc(sizeof(struct ubifs_bud), GFP_NOFS); in ubifs_add_bud_to_log()
[all …]
H A Dreplay.c76 struct ubifs_bud *bud;
478 static int is_last_bud(struct ubifs_info *c, struct ubifs_bud *bud) in is_last_bud()
481 struct ubifs_bud *next; in is_last_bud()
515 next = list_entry(bud->list.next, struct ubifs_bud, list); in is_last_bud()
742 struct ubifs_bud *bud; in add_replay_bud()
747 bud = kmalloc(sizeof(struct ubifs_bud), GFP_KERNEL); in add_replay_bud()
782 struct ubifs_bud *bud; in validate_ref()
H A Dubifs.h1311 struct ubifs_bud { struct
2130 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud);
2133 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum);
H A Ddebug.c584 struct ubifs_bud *bud; in ubifs_dump_budg()
626 bud = rb_entry(rb, struct ubifs_bud, rb); in ubifs_dump_budg()
657 struct ubifs_bud *bud; in ubifs_dump_lprop()
719 bud = rb_entry(rb, struct ubifs_bud, rb); in ubifs_dump_lprop()
H A Dsuper.c1060 struct ubifs_bud *bud, *n; in free_buds()
1266 struct ubifs_bud *bud; in destroy_journal()
1268 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in destroy_journal()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dlog.c30 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum) in ubifs_search_bud()
33 struct ubifs_bud *bud; in ubifs_search_bud()
38 bud = rb_entry(p, struct ubifs_bud, rb); in ubifs_search_bud()
62 struct ubifs_bud *bud; in ubifs_get_wbuf()
71 bud = rb_entry(p, struct ubifs_bud, rb); in ubifs_get_wbuf()
112 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud) in ubifs_add_bud()
115 struct ubifs_bud *b; in ubifs_add_bud()
122 b = rb_entry(parent, struct ubifs_bud, rb); in ubifs_add_bud()
167 struct ubifs_bud *bud; in ubifs_add_bud_to_log()
170 bud = kmalloc(sizeof(struct ubifs_bud), GFP_NOFS); in ubifs_add_bud_to_log()
[all …]
H A Dreplay.c73 struct ubifs_bud *bud;
514 static int is_last_bud(struct ubifs_info *c, struct ubifs_bud *bud) in is_last_bud()
517 struct ubifs_bud *next; in is_last_bud()
551 next = list_entry(bud->list.next, struct ubifs_bud, list); in is_last_bud()
892 struct ubifs_bud *bud; in add_replay_bud()
898 bud = kmalloc(sizeof(struct ubifs_bud), GFP_KERNEL); in add_replay_bud()
944 struct ubifs_bud *bud; in validate_ref()
H A Dubifs.h711 struct ubifs_bud { struct
1755 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud);
1758 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum);
H A Ddebug.c579 struct ubifs_bud *bud; in ubifs_dump_budg()
621 bud = rb_entry(rb, struct ubifs_bud, rb); in ubifs_dump_budg()
647 struct ubifs_bud *bud; in ubifs_dump_lprop()
709 bud = rb_entry(rb, struct ubifs_bud, rb); in ubifs_dump_lprop()
H A Dsuper.c915 struct ubifs_bud *bud, *n; in free_buds()
1183 struct ubifs_bud *bud; in destroy_journal()
1185 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in destroy_journal()