Searched refs:ubifs_zbranch (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | tnc.c | 52 struct ubifs_zbranch *zbr, void *node); 121 struct ubifs_zbranch *zbr; in insert_old_idx_znode() 146 struct ubifs_zbranch *zbr; in ins_clr_old_idx_znode() 219 struct ubifs_zbranch *zbr = &zn->zbranch[i]; in copy_znode() 252 struct ubifs_zbranch *zbr) in dirty_cow_znode() 313 static int lnc_add(struct ubifs_info *c, struct ubifs_zbranch *zbr, in lnc_add() 349 static int lnc_add_directly(struct ubifs_info *c, struct ubifs_zbranch *zbr, in lnc_add_directly() 373 static void lnc_free(struct ubifs_zbranch *zbr) in lnc_free() 392 static int tnc_read_node_nm(struct ubifs_info *c, struct ubifs_zbranch *zbr, in tnc_read_node_nm() 500 struct ubifs_zbranch *zbr, void *node) in fallible_read_node() [all …]
|
| H A D | debug.h | 17 struct ubifs_zbranch *zbr, void *priv); 77 struct ubifs_zbranch old_zroot; 327 int dbg_old_index_check_init(struct ubifs_info *c, struct ubifs_zbranch *zroot); 328 int dbg_check_old_index(struct ubifs_info *c, struct ubifs_zbranch *zroot);
|
| H A D | tnc_misc.c | 133 const struct ubifs_zbranch *zbr = &znode->zbranch[0]; in ubifs_search_zbranch() 298 struct ubifs_zbranch *zbr = &znode->zbranch[i]; in read_znode() 399 struct ubifs_zbranch *zbr, in ubifs_load_znode() 450 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr, in ubifs_tnc_read_node()
|
| H A D | ubifs.h | 1341 struct ubifs_zbranch { struct 1382 struct ubifs_zbranch zbranch[]; 1398 struct ubifs_zbranch zbranch[UBIFS_MAX_BULK_READ]; 1879 struct ubifs_zbranch zroot; 2231 struct ubifs_zbranch *zbr, 2233 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr, 2237 int ubifs_tnc_start_commit(struct ubifs_info *c, struct ubifs_zbranch *zroot);
|
| H A D | debug.c | 862 const struct ubifs_zbranch *zbr; in ubifs_dump_znode() 1183 static int dbg_check_key_order(struct ubifs_info *c, struct ubifs_zbranch *zbr1, in dbg_check_key_order() 1184 struct ubifs_zbranch *zbr2) in dbg_check_key_order() 1274 static int dbg_check_znode(struct ubifs_info *c, struct ubifs_zbranch *zbr) in dbg_check_znode() 1523 struct ubifs_zbranch *zbr; in dbg_check_tnc() 1611 struct ubifs_zbranch *zbr; in dbg_walk_index() 1958 struct ubifs_zbranch *zbr; in read_add_inode() 2023 static int check_leaf(struct ubifs_info *c, struct ubifs_zbranch *zbr, in check_leaf() 2193 struct ubifs_zbranch *zbr; in check_inodes()
|
| H A D | orphan.c | 813 static int dbg_orphan_check(struct ubifs_info *c, struct ubifs_zbranch *zbr, in dbg_orphan_check()
|
| H A D | super.c | 841 c->fanout * sizeof(struct ubifs_zbranch); in init_constants_sb()
|