Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dtnc.c40 struct ubifs_zbranch *zbr, void *node);
133 struct ubifs_zbranch *zbr; in insert_old_idx_znode()
158 struct ubifs_zbranch *zbr; in ins_clr_old_idx_znode()
248 struct ubifs_znode *old_zn, struct ubifs_zbranch *zbr) in replace_znode()
259 struct ubifs_zbranch *child = &new_zn->zbranch[i]; in replace_znode()
282 struct ubifs_zbranch *zbr) in dirty_cow_znode()
354 static int lnc_add(struct ubifs_info *c, struct ubifs_zbranch *zbr, in lnc_add()
390 static int lnc_add_directly(struct ubifs_info *c, struct ubifs_zbranch *zbr, in lnc_add_directly()
414 static void lnc_free(struct ubifs_zbranch *zbr) in lnc_free()
433 static int tnc_read_hashed_node(struct ubifs_info *c, struct ubifs_zbranch *zbr, in tnc_read_hashed_node()
[all …]
Ddebug.h28 struct ubifs_zbranch *zbr, void *priv);
88 struct ubifs_zbranch old_zroot;
285 int dbg_old_index_check_init(struct ubifs_info *c, struct ubifs_zbranch *zroot);
286 int dbg_check_old_index(struct ubifs_info *c, struct ubifs_zbranch *zroot);
Dtnc_misc.c143 const struct ubifs_zbranch *zbr = &znode->zbranch[0]; in ubifs_search_zbranch()
312 struct ubifs_zbranch *zbr = &znode->zbranch[i]; in read_znode()
413 struct ubifs_zbranch *zbr, in ubifs_load_znode()
464 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr, in ubifs_tnc_read_node()
Dtnc_commit.c49 struct ubifs_zbranch *zbr = &znode->zbranch[i]; in make_idx_node()
75 struct ubifs_zbranch *zbr; in make_idx_node()
485 struct ubifs_zbranch *zbr; in layout_in_empty_space()
607 struct ubifs_zbranch *zbr = &znode->zbranch[i]; in find_first_dirty()
635 struct ubifs_zbranch *zbr = &znode->zbranch[n]; in find_next_dirty()
763 int ubifs_tnc_start_commit(struct ubifs_info *c, struct ubifs_zbranch *zroot) in ubifs_tnc_start_commit()
789 memcpy(zroot, &c->zroot, sizeof(struct ubifs_zbranch)); in ubifs_tnc_start_commit()
874 struct ubifs_zbranch *zbr = &znode->zbranch[i]; in write_index()
Dubifs.h740 struct ubifs_zbranch { struct
781 struct ubifs_zbranch zbranch[];
797 struct ubifs_zbranch zbranch[UBIFS_MAX_BULK_READ];
1275 struct ubifs_zbranch zroot;
1637 struct ubifs_zbranch *zbr,
1639 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr,
1643 int ubifs_tnc_start_commit(struct ubifs_info *c, struct ubifs_zbranch *zroot);
Dcommit.c112 struct ubifs_zbranch zroot; in do_commit()
526 int dbg_old_index_check_init(struct ubifs_info *c, struct ubifs_zbranch *zroot) in dbg_old_index_check_init()
565 int dbg_check_old_index(struct ubifs_info *c, struct ubifs_zbranch *zroot) in dbg_check_old_index()
Ddebug.c858 const struct ubifs_zbranch *zbr; in ubifs_dump_znode()
1179 static int dbg_check_key_order(struct ubifs_info *c, struct ubifs_zbranch *zbr1, in dbg_check_key_order()
1180 struct ubifs_zbranch *zbr2) in dbg_check_key_order()
1270 static int dbg_check_znode(struct ubifs_info *c, struct ubifs_zbranch *zbr) in dbg_check_znode()
1490 struct ubifs_zbranch *zbr; in dbg_check_tnc()
1572 struct ubifs_zbranch *zbr; in dbg_walk_index()
1918 struct ubifs_zbranch *zbr; in read_add_inode()
1983 static int check_leaf(struct ubifs_info *c, struct ubifs_zbranch *zbr, in check_leaf()
2153 struct ubifs_zbranch *zbr; in check_inodes()
Dorphan.c823 static int dbg_orphan_check(struct ubifs_info *c, struct ubifs_zbranch *zbr, in dbg_orphan_check()
Dsuper.c662 c->fanout * sizeof(struct ubifs_zbranch); in init_constants_sb()