Symbol: ubifs_bud
fs/ubifs/debug.c
616
struct ubifs_bud *bud;
fs/ubifs/debug.c
658
bud = rb_entry(rb, struct ubifs_bud, rb);
fs/ubifs/debug.c
684
struct ubifs_bud *bud;
fs/ubifs/debug.c
746
bud = rb_entry(rb, struct ubifs_bud, rb);
fs/ubifs/log.c
112
void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud)
fs/ubifs/log.c
115
struct ubifs_bud *b;
fs/ubifs/log.c
122
b = rb_entry(parent, struct ubifs_bud, rb);
fs/ubifs/log.c
167
struct ubifs_bud *bud;
fs/ubifs/log.c
170
bud = kmalloc_obj(struct ubifs_bud, GFP_NOFS);
fs/ubifs/log.c
30
struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum)
fs/ubifs/log.c
307
struct ubifs_bud *bud;
fs/ubifs/log.c
311
bud = rb_entry(p1, struct ubifs_bud, rb);
fs/ubifs/log.c
33
struct ubifs_bud *bud;
fs/ubifs/log.c
38
bud = rb_entry(p, struct ubifs_bud, rb);
fs/ubifs/log.c
520
struct ubifs_bud *bud;
fs/ubifs/log.c
522
bud = list_entry(c->old_buds.next, struct ubifs_bud, list);
fs/ubifs/log.c
62
struct ubifs_bud *bud;
fs/ubifs/log.c
71
bud = rb_entry(p, struct ubifs_bud, rb);
fs/ubifs/log.c
743
struct ubifs_bud *bud;
fs/ubifs/replay.c
516
static int is_last_bud(struct ubifs_info *c, struct ubifs_bud *bud)
fs/ubifs/replay.c
519
struct ubifs_bud *next;
fs/ubifs/replay.c
553
next = list_entry(bud->list.next, struct ubifs_bud, list);
fs/ubifs/replay.c
73
struct ubifs_bud *bud;
fs/ubifs/replay.c
894
struct ubifs_bud *bud;
fs/ubifs/replay.c
900
bud = kmalloc_obj(struct ubifs_bud);
fs/ubifs/replay.c
946
struct ubifs_bud *bud;
fs/ubifs/super.c
1132
struct ubifs_bud *bud;
fs/ubifs/super.c
1134
bud = list_entry(c->old_buds.next, struct ubifs_bud, list);
fs/ubifs/super.c
919
struct ubifs_bud *bud, *n;
fs/ubifs/ubifs.h
1778
void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud);
fs/ubifs/ubifs.h
1781
struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum);