Lines Matching refs:ubifs_bud
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()
309 struct ubifs_bud *bud; in remove_buds()
313 bud = rb_entry(p1, struct ubifs_bud, rb); in remove_buds()
509 struct ubifs_bud *bud; in ubifs_log_post_commit()
511 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in ubifs_log_post_commit()
750 struct ubifs_bud *bud; in dbg_check_bud_bytes()