Lines Matching refs:ubifs_bud
42 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum) in ubifs_search_bud()
45 struct ubifs_bud *bud; in ubifs_search_bud()
50 bud = rb_entry(p, struct ubifs_bud, rb); in ubifs_search_bud()
74 struct ubifs_bud *bud; in ubifs_get_wbuf()
83 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()
310 struct ubifs_bud *bud; in remove_buds()
314 bud = rb_entry(p1, struct ubifs_bud, rb); in remove_buds()
512 struct ubifs_bud *bud; in ubifs_log_post_commit()
514 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in ubifs_log_post_commit()
734 struct ubifs_bud *bud; in dbg_check_bud_bytes()