Searched defs:zbr (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/ubifs/ | 
| D | tnc.c | 114 		struct ubifs_zbranch *zbr;  in insert_old_idx_znode()  local139 		struct ubifs_zbranch *zbr;  in ins_clr_old_idx_znode()  local
 211 			struct ubifs_zbranch *zbr = &zn->zbranch[i];  in copy_znode()  local
 244 					   struct ubifs_zbranch *zbr)  in dirty_cow_znode()
 305 static int lnc_add(struct ubifs_info *c, struct ubifs_zbranch *zbr,  in lnc_add()
 341 static int lnc_add_directly(struct ubifs_info *c, struct ubifs_zbranch *zbr,  in lnc_add_directly()
 365 static void lnc_free(struct ubifs_zbranch *zbr)  in lnc_free()
 384 static int tnc_read_hashed_node(struct ubifs_info *c, struct ubifs_zbranch *zbr,  in tnc_read_hashed_node()
 442 			 struct ubifs_zbranch *zbr)  in try_read_node()
 498 			      struct ubifs_zbranch *zbr, void *node)  in fallible_read_node()
 [all …]
 
 | 
| D | tnc_misc.c | 131 	const struct ubifs_zbranch *zbr = &znode->zbranch[0];  in ubifs_search_zbranch()  local308 		struct ubifs_zbranch *zbr = &znode->zbranch[i];  in read_znode()  local
 410 				     struct ubifs_zbranch *zbr,  in ubifs_load_znode()
 461 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr,  in ubifs_tnc_read_node()
 
 | 
| D | tnc_commit.c | 38 		struct ubifs_zbranch *zbr = &znode->zbranch[i];  in make_idx_node()  local66 		struct ubifs_zbranch *zbr;  in make_idx_node()  local
 458 			struct ubifs_zbranch *zbr;  in layout_in_empty_space()  local
 580 			struct ubifs_zbranch *zbr = &znode->zbranch[i];  in find_first_dirty()  local
 608 		struct ubifs_zbranch *zbr = &znode->zbranch[n];  in find_next_dirty()  local
 851 			struct ubifs_zbranch *zbr = &znode->zbranch[i];  in write_index()  local
 
 | 
| D | debug.c | 852 	const struct ubifs_zbranch *zbr;  in ubifs_dump_znode()  local1263 static int dbg_check_znode(struct ubifs_info *c, struct ubifs_zbranch *zbr)  in dbg_check_znode()
 1483 		struct ubifs_zbranch *zbr;  in dbg_check_tnc()  local
 1565 	struct ubifs_zbranch *zbr;  in dbg_walk_index()  local
 1910 	struct ubifs_zbranch *zbr;  in read_add_inode()  local
 1975 static int check_leaf(struct ubifs_info *c, struct ubifs_zbranch *zbr,  in check_leaf()
 2145 	struct ubifs_zbranch *zbr;  in check_inodes()  local
 
 | 
| D | orphan.c | 907 static int dbg_orphan_check(struct ubifs_info *c, struct ubifs_zbranch *zbr,  in dbg_orphan_check()
 |