Home
last modified time | relevance | path

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

/openbmc/linux/fs/ubifs/
H A Dtnc.c26 struct ubifs_zbranch *zbr);
28 struct ubifs_zbranch *zbr, void *node);
122 struct ubifs_zbranch *zbr; in insert_old_idx_znode()
147 struct ubifs_zbranch *zbr; in ins_clr_old_idx_znode()
237 struct ubifs_znode *old_zn, struct ubifs_zbranch *zbr) in replace_znode()
248 struct ubifs_zbranch *child = &new_zn->zbranch[i]; in replace_znode()
271 struct ubifs_zbranch *zbr) in dirty_cow_znode()
343 static int lnc_add(struct ubifs_info *c, struct ubifs_zbranch *zbr, in lnc_add()
379 static int lnc_add_directly(struct ubifs_info *c, struct ubifs_zbranch *zbr, in lnc_add_directly()
402 static void lnc_free(struct ubifs_zbranch *zbr) in lnc_free()
[all …]
H A Ddebug.h16 struct ubifs_zbranch *zbr, void *priv);
76 struct ubifs_zbranch old_zroot;
272 int dbg_old_index_check_init(struct ubifs_info *c, struct ubifs_zbranch *zroot);
273 int dbg_check_old_index(struct ubifs_info *c, struct ubifs_zbranch *zroot);
H A Dtnc_misc.c131 const struct ubifs_zbranch *zbr = &znode->zbranch[0]; in ubifs_search_zbranch()
265 static int read_znode(struct ubifs_info *c, struct ubifs_zbranch *zzbr, in read_znode()
308 struct ubifs_zbranch *zbr = &znode->zbranch[i]; in read_znode()
410 struct ubifs_zbranch *zbr, in ubifs_load_znode()
460 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr, in ubifs_tnc_read_node()
H A Dtnc_commit.c38 struct ubifs_zbranch *zbr = &znode->zbranch[i]; in make_idx_node()
66 struct ubifs_zbranch *zbr; in make_idx_node()
478 struct ubifs_zbranch *zbr; in layout_in_empty_space()
600 struct ubifs_zbranch *zbr = &znode->zbranch[i]; in find_first_dirty()
628 struct ubifs_zbranch *zbr = &znode->zbranch[n]; in find_next_dirty()
760 int ubifs_tnc_start_commit(struct ubifs_info *c, struct ubifs_zbranch *zroot) in ubifs_tnc_start_commit()
786 memcpy(zroot, &c->zroot, sizeof(struct ubifs_zbranch)); in ubifs_tnc_start_commit()
873 struct ubifs_zbranch *zbr = &znode->zbranch[i]; in write_index()
H A Dubifs.h754 struct ubifs_zbranch { struct
800 struct ubifs_zbranch zbranch[];
816 struct ubifs_zbranch zbranch[UBIFS_MAX_BULK_READ];
1330 struct ubifs_zbranch zroot;
1907 struct ubifs_zbranch *zbr,
1909 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr,
1913 int ubifs_tnc_start_commit(struct ubifs_info *c, struct ubifs_zbranch *zroot);
H A Dcommit.c100 struct ubifs_zbranch zroot; in do_commit()
514 int dbg_old_index_check_init(struct ubifs_info *c, struct ubifs_zbranch *zroot) in dbg_old_index_check_init()
553 int dbg_check_old_index(struct ubifs_info *c, struct ubifs_zbranch *zroot) in dbg_check_old_index()
H A Ddebug.c873 const struct ubifs_zbranch *zbr; in ubifs_dump_znode()
1198 static int dbg_check_key_order(struct ubifs_info *c, struct ubifs_zbranch *zbr1, in dbg_check_key_order()
1199 struct ubifs_zbranch *zbr2) in dbg_check_key_order()
1289 static int dbg_check_znode(struct ubifs_info *c, struct ubifs_zbranch *zbr) in dbg_check_znode()
1509 struct ubifs_zbranch *zbr; in dbg_check_tnc()
1591 struct ubifs_zbranch *zbr; in dbg_walk_index()
1936 struct ubifs_zbranch *zbr; in read_add_inode()
2001 static int check_leaf(struct ubifs_info *c, struct ubifs_zbranch *zbr, in check_leaf()
2171 struct ubifs_zbranch *zbr; in check_inodes()
H A Dorphan.c919 static int dbg_orphan_check(struct ubifs_info *c, struct ubifs_zbranch *zbr, in dbg_orphan_check()
H A Dsuper.c684 c->fanout * sizeof(struct ubifs_zbranch); in init_constants_sb()
/openbmc/u-boot/fs/ubifs/
H A Dtnc.c115 struct ubifs_zbranch *zbr; in insert_old_idx_znode()
140 struct ubifs_zbranch *zbr; in ins_clr_old_idx_znode()
213 struct ubifs_zbranch *zbr = &zn->zbranch[i]; in copy_znode()
246 struct ubifs_zbranch *zbr) in dirty_cow_znode()
307 static int lnc_add(struct ubifs_info *c, struct ubifs_zbranch *zbr, in lnc_add()
343 static int lnc_add_directly(struct ubifs_info *c, struct ubifs_zbranch *zbr, in lnc_add_directly()
367 static void lnc_free(struct ubifs_zbranch *zbr) in lnc_free()
386 static int tnc_read_node_nm(struct ubifs_info *c, struct ubifs_zbranch *zbr, in tnc_read_node_nm()
482 struct ubifs_zbranch *zbr, void *node) in fallible_read_node()
516 static int matches_name(struct ubifs_info *c, struct ubifs_zbranch *zbr, in matches_name()
[all …]
H A Ddebug.h16 struct ubifs_zbranch *zbr, void *priv);
76 struct ubifs_zbranch old_zroot;
337 int dbg_old_index_check_init(struct ubifs_info *c, struct ubifs_zbranch *zroot);
338 int dbg_check_old_index(struct ubifs_info *c, struct ubifs_zbranch *zroot);
H A Dtnc_misc.c132 const struct ubifs_zbranch *zbr = &znode->zbranch[0]; in ubifs_search_zbranch()
297 struct ubifs_zbranch *zbr = &znode->zbranch[i]; in read_znode()
398 struct ubifs_zbranch *zbr, in ubifs_load_znode()
449 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr, in ubifs_tnc_read_node()
H A Dubifs.h1340 struct ubifs_zbranch { struct
1381 struct ubifs_zbranch zbranch[];
1397 struct ubifs_zbranch zbranch[UBIFS_MAX_BULK_READ];
1878 struct ubifs_zbranch zroot;
2230 struct ubifs_zbranch *zbr,
2232 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr,
2236 int ubifs_tnc_start_commit(struct ubifs_info *c, struct ubifs_zbranch *zroot);
H A Ddebug.c861 const struct ubifs_zbranch *zbr; in ubifs_dump_znode()
1182 static int dbg_check_key_order(struct ubifs_info *c, struct ubifs_zbranch *zbr1, in dbg_check_key_order()
1183 struct ubifs_zbranch *zbr2) in dbg_check_key_order()
1273 static int dbg_check_znode(struct ubifs_info *c, struct ubifs_zbranch *zbr) in dbg_check_znode()
1522 struct ubifs_zbranch *zbr; in dbg_check_tnc()
1610 struct ubifs_zbranch *zbr; in dbg_walk_index()
1957 struct ubifs_zbranch *zbr; in read_add_inode()
2022 static int check_leaf(struct ubifs_info *c, struct ubifs_zbranch *zbr, in check_leaf()
2192 struct ubifs_zbranch *zbr; in check_inodes()
H A Dorphan.c812 static int dbg_orphan_check(struct ubifs_info *c, struct ubifs_zbranch *zbr, in dbg_orphan_check()
H A Dsuper.c840 c->fanout * sizeof(struct ubifs_zbranch); in init_constants_sb()