Lines Matching defs:c

88 static int set_bud_lprops(struct ubifs_info *c, struct bud_entry *b)  in set_bud_lprops()
162 static int set_buds_lprops(struct ubifs_info *c) in set_buds_lprops()
181 static int trun_remove_range(struct ubifs_info *c, struct replay_entry *r) in trun_remove_range()
213 static bool inode_still_linked(struct ubifs_info *c, struct replay_entry *rino) in inode_still_linked()
243 static int apply_replay_entry(struct ubifs_info *c, struct replay_entry *r) in apply_replay_entry()
305 struct ubifs_info *c = priv; in replay_entries_cmp() local
327 static int apply_replay_list(struct ubifs_info *c) in apply_replay_list()
351 static void destroy_replay_list(struct ubifs_info *c) in destroy_replay_list()
383 static int insert_node(struct ubifs_info *c, int lnum, int offs, int len, in insert_node()
432 static int insert_dent(struct ubifs_info *c, int lnum, int offs, int len, in insert_dent()
480 int ubifs_validate_entry(struct ubifs_info *c, in ubifs_validate_entry()
514 static int is_last_bud(struct ubifs_info *c, struct ubifs_bud *bud) in is_last_bud()
564 authenticate_sleb_hash(struct ubifs_info *c, in authenticate_sleb_hash()
591 static int authenticate_sleb(struct ubifs_info *c, struct ubifs_scan_leb *sleb, in authenticate_sleb()
666 static int replay_bud(struct ubifs_info *c, struct bud_entry *b) in replay_bud()
845 static int replay_buds(struct ubifs_info *c) in replay_buds()
867 static void destroy_bud_list(struct ubifs_info *c) in destroy_bud_list()
889 static int add_replay_bud(struct ubifs_info *c, int lnum, int offs, int jhead, in add_replay_bud()
942 static int validate_ref(struct ubifs_info *c, const struct ubifs_ref_node *ref) in validate_ref()
982 static int replay_log_leb(struct ubifs_info *c, int lnum, int offs, void *sbuf) in replay_log_leb()
1141 static int take_ihead(struct ubifs_info *c) in take_ihead()
1177 int ubifs_replay_journal(struct ubifs_info *c) in ubifs_replay_journal()