Home
last modified time | relevance | path

Searched refs:ubifs_bud (Results 1 – 5 of 5) sorted by relevance

/fs/ubifs/
A Dlog.c33 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()
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()
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()
[all …]
A Dreplay.c73 struct ubifs_bud *bud;
516 static int is_last_bud(struct ubifs_info *c, struct ubifs_bud *bud) in is_last_bud()
519 struct ubifs_bud *next; in is_last_bud()
553 next = list_entry(bud->list.next, struct ubifs_bud, list); in is_last_bud()
894 struct ubifs_bud *bud; in add_replay_bud()
900 bud = kmalloc(sizeof(struct ubifs_bud), GFP_KERNEL); in add_replay_bud()
946 struct ubifs_bud *bud; in validate_ref()
A Dubifs.h708 struct ubifs_bud { struct
1774 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud);
1777 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum);
A Ddebug.c616 struct ubifs_bud *bud; in ubifs_dump_budg()
658 bud = rb_entry(rb, struct ubifs_bud, rb); in ubifs_dump_budg()
684 struct ubifs_bud *bud; in ubifs_dump_lprop()
746 bud = rb_entry(rb, struct ubifs_bud, rb); in ubifs_dump_lprop()
A Dsuper.c920 struct ubifs_bud *bud, *n; in free_buds()
1133 struct ubifs_bud *bud; in destroy_journal()
1135 bud = list_entry(c->old_buds.next, struct ubifs_bud, list); in destroy_journal()

Completed in 27 milliseconds