Lines Matching refs:ubifs_info
25 static int try_read_node(const struct ubifs_info *c, void *buf, int type,
27 static int fallible_read_node(struct ubifs_info *c, const union ubifs_key *key,
47 static void do_insert_old_idx(struct ubifs_info *c,
97 static int insert_old_idx(struct ubifs_info *c, int lnum, int offs)
118 int insert_old_idx_znode(struct ubifs_info *c, struct ubifs_znode *znode)
140 static int ins_clr_old_idx_znode(struct ubifs_info *c,
179 void destroy_old_idx(struct ubifs_info *c)
196 static struct ubifs_znode *copy_znode(struct ubifs_info *c,
220 static int add_idx_dirt(struct ubifs_info *c, int lnum, int dirt)
235 static void replace_znode(struct ubifs_info *c, struct ubifs_znode *new_zn,
269 static struct ubifs_znode *dirty_cow_znode(struct ubifs_info *c,
342 static int lnc_add(struct ubifs_info *c, struct ubifs_zbranch *zbr,
378 static int lnc_add_directly(struct ubifs_info *c, struct ubifs_zbranch *zbr,
420 static int tnc_read_hashed_node(struct ubifs_info *c, struct ubifs_zbranch *zbr,
477 static int try_read_node(const struct ubifs_info *c, void *buf, int type,
533 static int fallible_read_node(struct ubifs_info *c, const union ubifs_key *key,
567 static int matches_name(struct ubifs_info *c, struct ubifs_zbranch *zbr,
617 static struct ubifs_znode *get_znode(struct ubifs_info *c,
639 static int tnc_next(struct ubifs_info *c, struct ubifs_znode **zn, int *n)
684 static int tnc_prev(struct ubifs_info *c, struct ubifs_znode **zn, int *n)
736 static int resolve_collision(struct ubifs_info *c, const union ubifs_key *key,
854 static int fallible_matches_name(struct ubifs_info *c,
924 static int fallible_resolve_collision(struct ubifs_info *c,
1069 static int resolve_collision_directly(struct ubifs_info *c,
1126 static struct ubifs_znode *dirty_cow_bottom_up(struct ubifs_info *c,
1206 int ubifs_lookup_level0(struct ubifs_info *c, const union ubifs_key *key,
1342 static int lookup_level0_dirty(struct ubifs_info *c, const union ubifs_key *key,
1438 static int maybe_leb_gced(struct ubifs_info *c, int lnum, int gc_seq1)
1477 int ubifs_tnc_locate(struct ubifs_info *c, const union ubifs_key *key,
1551 int ubifs_tnc_get_bu_keys(struct ubifs_info *c, struct bu_info *bu)
1686 const struct ubifs_info *c = wbuf->c;
1726 static int validate_data_node(struct ubifs_info *c, void *buf,
1788 int ubifs_tnc_bulk_read(struct ubifs_info *c, struct bu_info *bu)
1845 static int do_lookup_nm(struct ubifs_info *c, const union ubifs_key *key,
1893 int ubifs_tnc_lookup_nm(struct ubifs_info *c, const union ubifs_key *key,
1919 static int search_dh_cookie(struct ubifs_info *c, const union ubifs_key *key,
1959 static int do_lookup_dh(struct ubifs_info *c, const union ubifs_key *key,
1996 int ubifs_tnc_lookup_dh(struct ubifs_info *c, const union ubifs_key *key,
2032 static void correct_parent_keys(const struct ubifs_info *c,
2065 static void insert_zbranch(struct ubifs_info *c, struct ubifs_znode *znode,
2117 static int tnc_insert(struct ubifs_info *c, struct ubifs_znode *znode,
2310 int ubifs_tnc_add(struct ubifs_info *c, const union ubifs_key *key, int lnum,
2361 int ubifs_tnc_replace(struct ubifs_info *c, const union ubifs_key *key,
2445 int ubifs_tnc_add_nm(struct ubifs_info *c, const union ubifs_key *key,
2539 static int tnc_delete(struct ubifs_info *c, struct ubifs_znode *znode, int n)
2652 int ubifs_tnc_remove(struct ubifs_info *c, const union ubifs_key *key)
2682 int ubifs_tnc_remove_nm(struct ubifs_info *c, const union ubifs_key *key,
2731 int ubifs_tnc_remove_dh(struct ubifs_info *c, const union ubifs_key *key,
2800 static int key_in_range(struct ubifs_info *c, union ubifs_key *key,
2820 int ubifs_tnc_remove_range(struct ubifs_info *c, union ubifs_key *from_key,
2902 int ubifs_tnc_remove_ino(struct ubifs_info *c, ino_t inum)
2987 struct ubifs_dent_node *ubifs_tnc_next_ent(struct ubifs_info *c,
3079 static void tnc_destroy_cnext(struct ubifs_info *c)
3115 void ubifs_tnc_close(struct ubifs_info *c)
3139 static struct ubifs_znode *left_znode(struct ubifs_info *c,
3176 static struct ubifs_znode *right_znode(struct ubifs_info *c,
3229 static struct ubifs_znode *lookup_znode(struct ubifs_info *c,
3358 int is_idx_node_in_tnc(struct ubifs_info *c, union ubifs_key *key, int level,
3385 static int is_leaf_node_in_tnc(struct ubifs_info *c, union ubifs_key *key,
3455 int ubifs_tnc_has_node(struct ubifs_info *c, union ubifs_key *key, int level,
3495 int ubifs_dirty_idx_node(struct ubifs_info *c, union ubifs_key *key, int level,
3531 int dbg_check_inode_size(struct ubifs_info *c, const struct inode *inode,