Searched refs:ubifs_zbranch (Results 1 – 9 of 9) sorted by relevance
/fs/ubifs/ |
D | tnc.c | 40 struct ubifs_zbranch *zbr, void *node); 126 struct ubifs_zbranch *zbr; in insert_old_idx_znode() 151 struct ubifs_zbranch *zbr; in ins_clr_old_idx_znode() 223 struct ubifs_zbranch *zbr = &zn->zbranch[i]; in copy_znode() 256 struct ubifs_zbranch *zbr) in dirty_cow_znode() 317 static int lnc_add(struct ubifs_info *c, struct ubifs_zbranch *zbr, in lnc_add() 353 static int lnc_add_directly(struct ubifs_info *c, struct ubifs_zbranch *zbr, in lnc_add_directly() 377 static void lnc_free(struct ubifs_zbranch *zbr) in lnc_free() 396 static int tnc_read_node_nm(struct ubifs_info *c, struct ubifs_zbranch *zbr, in tnc_read_node_nm() 504 struct ubifs_zbranch *zbr, void *node) in fallible_read_node() [all …]
|
D | debug.h | 28 struct ubifs_zbranch *zbr, void *priv); 88 struct ubifs_zbranch old_zroot; 283 int dbg_old_index_check_init(struct ubifs_info *c, struct ubifs_zbranch *zroot); 284 int dbg_check_old_index(struct ubifs_info *c, struct ubifs_zbranch *zroot);
|
D | tnc_commit.c | 49 struct ubifs_zbranch *zbr = &znode->zbranch[i]; in make_idx_node() 73 struct ubifs_zbranch *zbr; in make_idx_node() 462 struct ubifs_zbranch *zbr; in layout_in_empty_space() 584 struct ubifs_zbranch *zbr = &znode->zbranch[i]; in find_first_dirty() 612 struct ubifs_zbranch *zbr = &znode->zbranch[n]; in find_next_dirty() 740 int ubifs_tnc_start_commit(struct ubifs_info *c, struct ubifs_zbranch *zroot) in ubifs_tnc_start_commit() 766 memcpy(zroot, &c->zroot, sizeof(struct ubifs_zbranch)); in ubifs_tnc_start_commit() 851 struct ubifs_zbranch *zbr = &znode->zbranch[i]; in write_index()
|
D | tnc_misc.c | 141 const struct ubifs_zbranch *zbr = &znode->zbranch[0]; in ubifs_search_zbranch() 306 struct ubifs_zbranch *zbr = &znode->zbranch[i]; in read_znode() 407 struct ubifs_zbranch *zbr, in ubifs_load_znode() 458 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr, in ubifs_tnc_read_node()
|
D | ubifs.h | 726 struct ubifs_zbranch { struct 767 struct ubifs_zbranch zbranch[]; 783 struct ubifs_zbranch zbranch[UBIFS_MAX_BULK_READ]; 1258 struct ubifs_zbranch zroot; 1612 struct ubifs_zbranch *zbr, 1614 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr, 1618 int ubifs_tnc_start_commit(struct ubifs_info *c, struct ubifs_zbranch *zroot);
|
D | commit.c | 112 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()
|
D | debug.c | 854 const struct ubifs_zbranch *zbr; in ubifs_dump_znode() 1174 static int dbg_check_key_order(struct ubifs_info *c, struct ubifs_zbranch *zbr1, in dbg_check_key_order() 1175 struct ubifs_zbranch *zbr2) in dbg_check_key_order() 1265 static int dbg_check_znode(struct ubifs_info *c, struct ubifs_zbranch *zbr) in dbg_check_znode() 1485 struct ubifs_zbranch *zbr; in dbg_check_tnc() 1567 struct ubifs_zbranch *zbr; in dbg_walk_index() 1913 struct ubifs_zbranch *zbr; in read_add_inode() 1978 static int check_leaf(struct ubifs_info *c, struct ubifs_zbranch *zbr, in check_leaf() 2148 struct ubifs_zbranch *zbr; in check_inodes()
|
D | orphan.c | 823 static int dbg_orphan_check(struct ubifs_info *c, struct ubifs_zbranch *zbr, in dbg_orphan_check()
|
D | super.c | 658 c->fanout * sizeof(struct ubifs_zbranch); in init_constants_sb()
|