Searched refs:ubifs_bud (Results 1 – 5 of 5) sorted by relevance
/fs/ubifs/ |
D | log.c | 46 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum) in ubifs_search_bud() 49 struct ubifs_bud *bud; in ubifs_search_bud() 54 bud = rb_entry(p, struct ubifs_bud, rb); in ubifs_search_bud() 78 struct ubifs_bud *bud; in ubifs_get_wbuf() 87 bud = rb_entry(p, struct ubifs_bud, rb); in ubifs_get_wbuf() 124 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud) in ubifs_add_bud() 127 struct ubifs_bud *b; in ubifs_add_bud() 134 b = rb_entry(parent, struct ubifs_bud, rb); in ubifs_add_bud() 179 struct ubifs_bud *bud; in ubifs_add_bud_to_log() 182 bud = kmalloc(sizeof(struct ubifs_bud), GFP_NOFS); in ubifs_add_bud_to_log() [all …]
|
D | replay.c | 82 struct ubifs_bud *bud; 485 static int is_last_bud(struct ubifs_info *c, struct ubifs_bud *bud) in is_last_bud() 488 struct ubifs_bud *next; in is_last_bud() 522 next = list_entry(bud->list.next, struct ubifs_bud, list); in is_last_bud() 748 struct ubifs_bud *bud; in add_replay_bud() 753 bud = kmalloc(sizeof(struct ubifs_bud), GFP_KERNEL); in add_replay_bud() 788 struct ubifs_bud *bud; in validate_ref()
|
D | ubifs.h | 710 struct ubifs_bud { struct 1517 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud); 1520 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum);
|
D | super.c | 880 struct ubifs_bud *bud; in free_buds() 888 bud = rb_entry(this, struct ubifs_bud, rb); in free_buds() 1098 struct ubifs_bud *bud; in destroy_journal() 1100 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in destroy_journal()
|
D | debug.c | 641 struct ubifs_bud *bud; in dbg_dump_budg() 688 bud = rb_entry(rb, struct ubifs_bud, rb); in dbg_dump_budg() 714 struct ubifs_bud *bud; in dbg_dump_lprop() 778 bud = rb_entry(rb, struct ubifs_bud, rb); in dbg_dump_lprop()
|