Searched refs:bud_entry (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | replay.c | 74 struct bud_entry { struct 91 static int set_bud_lprops(struct ubifs_info *c, struct bud_entry *b) in set_bud_lprops() argument 167 struct bud_entry *b; in set_buds_lprops() 535 static int replay_bud(struct ubifs_info *c, struct bud_entry *b) in replay_bud() 697 struct bud_entry *b; in replay_buds() 719 struct bud_entry *b; in destroy_bud_list() 722 b = list_entry(c->replay_buds.next, struct bud_entry, list); in destroy_bud_list() 743 struct bud_entry *b; in add_replay_bud() 751 b = kmalloc(sizeof(struct bud_entry), GFP_KERNEL); in add_replay_bud()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | replay.c | 71 struct bud_entry { struct 88 static int set_bud_lprops(struct ubifs_info *c, struct bud_entry *b) in set_bud_lprops() argument 164 struct bud_entry *b; in set_buds_lprops() 666 static int replay_bud(struct ubifs_info *c, struct bud_entry *b) in replay_bud() 847 struct bud_entry *b; in replay_buds() 869 struct bud_entry *b; in destroy_bud_list() 872 b = list_entry(c->replay_buds.next, struct bud_entry, list); in destroy_bud_list() 893 struct bud_entry *b; in add_replay_bud() 902 b = kmalloc(sizeof(struct bud_entry), GFP_KERNEL); in add_replay_bud()
|