Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dreplay.c80 struct bud_entry { struct
97 static int set_bud_lprops(struct ubifs_info *c, struct bud_entry *b) in set_bud_lprops() argument
173 struct bud_entry *b; in set_buds_lprops()
577 static int replay_bud(struct ubifs_info *c, struct bud_entry *b) in replay_bud()
739 struct bud_entry *b; in replay_buds()
761 struct bud_entry *b; in destroy_bud_list()
764 b = list_entry(c->replay_buds.next, struct bud_entry, list); in destroy_bud_list()
785 struct bud_entry *b; in add_replay_bud()
793 b = kmalloc(sizeof(struct bud_entry), GFP_KERNEL); in add_replay_bud()