Lines Matching refs:ubifs_bud
34 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()
302 struct ubifs_bud *bud; in remove_buds()
306 bud = rb_entry(p1, struct ubifs_bud, rb); in remove_buds()
504 struct ubifs_bud *bud; in ubifs_log_post_commit()
506 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in ubifs_log_post_commit()
726 struct ubifs_bud *bud; in dbg_check_bud_bytes()