Home
last modified time | relevance | path

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

/openbmc/linux/fs/ubifs/
H A Dlog.c33 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()
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()
307 struct ubifs_bud *bud; in remove_buds()
311 bud = rb_entry(p1, struct ubifs_bud, rb); in remove_buds()
520 struct ubifs_bud *bud; in ubifs_log_post_commit()
[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.h720 struct ubifs_bud { struct
1789 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud);
1792 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum);
H A Ddebug.c616 struct ubifs_bud *bud; in ubifs_dump_budg()
658 bud = rb_entry(rb, struct ubifs_bud, rb); in ubifs_dump_budg()
684 struct ubifs_bud *bud; in ubifs_dump_lprop()
746 bud = rb_entry(rb, struct ubifs_bud, rb); in ubifs_dump_lprop()
H A Dsuper.c924 struct ubifs_bud *bud, *n; in free_buds()
1192 struct ubifs_bud *bud; in destroy_journal()
1194 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in destroy_journal()
/openbmc/u-boot/fs/ubifs/
H A Dlog.c36 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()
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()
301 struct ubifs_bud *bud; in remove_buds()
305 bud = rb_entry(p1, struct ubifs_bud, rb); in remove_buds()
503 struct ubifs_bud *bud; in ubifs_log_post_commit()
[all …]
H A 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()
H A 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);
H A 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()
H A 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()