Lines Matching refs:ubifs_bud
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()
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()
522 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in ubifs_log_post_commit()
743 struct ubifs_bud *bud; in dbg_check_bud_bytes()