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

/linux-master/fs/ubifs/
H A Dlog.c30 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum)
33 struct ubifs_bud *bud;
38 bud = rb_entry(p, struct ubifs_bud, rb);
62 struct ubifs_bud *bud;
71 bud = rb_entry(p, struct ubifs_bud, rb);
112 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud)
115 struct ubifs_bud *b;
122 b = rb_entry(parent, struct ubifs_bud, rb);
167 struct ubifs_bud *bud;
170 bud = kmalloc(sizeof(struct ubifs_bud), GFP_NOF
[all...]
H A Dreplay.c72 struct ubifs_bud *bud;
515 static int is_last_bud(struct ubifs_info *c, struct ubifs_bud *bud)
518 struct ubifs_bud *next;
552 next = list_entry(bud->list.next, struct ubifs_bud, list);
893 struct ubifs_bud *bud;
899 bud = kmalloc(sizeof(struct ubifs_bud), GFP_KERNEL);
945 struct ubifs_bud *bud;
H A Dubifs.h712 * struct ubifs_bud - bud logical eraseblock.
720 struct ubifs_bud { struct
1793 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud);
1796 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum);
H A Ddebug.c616 struct ubifs_bud *bud;
658 bud = rb_entry(rb, struct ubifs_bud, rb);
684 struct ubifs_bud *bud;
746 bud = rb_entry(rb, struct ubifs_bud, rb);
H A Dsuper.c920 struct ubifs_bud *bud, *n;
1190 struct ubifs_bud *bud;
1192 bud = list_entry(c->old_buds.next, struct ubifs_bud, list);

Completed in 119 milliseconds