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()
242 static int apply_replay_entry(struct ubifs_info *c, struct replay_entry *r) in apply_replay_entry()
304 struct ubifs_info *c = priv; in replay_entries_cmp() local
326 static int apply_replay_list(struct ubifs_info *c) in apply_replay_list()
350 static void destroy_replay_list(struct ubifs_info *c) in destroy_replay_list()
382 static int insert_node(struct ubifs_info *c, int lnum, int offs, int len, in insert_node()
431 static int insert_dent(struct ubifs_info *c, int lnum, int offs, int len, in insert_dent()
479 int ubifs_validate_entry(struct ubifs_info *c, in ubifs_validate_entry()
513 static int is_last_bud(struct ubifs_info *c, struct ubifs_bud *bud) in is_last_bud()
562 static int authenticate_sleb_hash(struct ubifs_info *c, struct shash_desc *log_hash, u8 *hash) in authenticate_sleb_hash()
572 static int authenticate_sleb_hmac(struct ubifs_info *c, u8 *hash, u8 *hmac) in authenticate_sleb_hmac()
597 static int authenticate_sleb(struct ubifs_info *c, struct ubifs_scan_leb *sleb, in authenticate_sleb()
680 static int replay_bud(struct ubifs_info *c, struct bud_entry *b) in replay_bud()
859 static int replay_buds(struct ubifs_info *c) in replay_buds()
881 static void destroy_bud_list(struct ubifs_info *c) in destroy_bud_list()
903 static int add_replay_bud(struct ubifs_info *c, int lnum, int offs, int jhead, in add_replay_bud()
958 static int validate_ref(struct ubifs_info *c, const struct ubifs_ref_node *ref) in validate_ref()
998 static int replay_log_leb(struct ubifs_info *c, int lnum, int offs, void *sbuf) in replay_log_leb()
1157 static int take_ihead(struct ubifs_info *c) in take_ihead()
1193 int ubifs_replay_journal(struct ubifs_info *c) in ubifs_replay_journal()