Searched refs:ubifs_bud (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/fs/ubifs/ |
H A D | log.c | 33 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 …]
|
H A D | replay.c | 75 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 D | ubifs.h | 1310 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 D | debug.c | 583 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 D | super.c | 1059 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()
|
/openbmc/linux/fs/ubifs/ |
H A D | log.c | 30 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 D | replay.c | 73 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 D | ubifs.h | 720 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 D | debug.c | 616 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 D | super.c | 924 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()
|