Searched refs:ubifs_zbranch (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/fs/ubifs/ |
A D | tnc.c | 26 struct ubifs_zbranch *zbr); 114 struct ubifs_zbranch *zbr; in insert_old_idx_znode() 139 struct ubifs_zbranch *zbr; in ins_clr_old_idx_znode() 590 struct ubifs_zbranch *zbr; in get_znode() 1132 struct ubifs_zbranch *zbr; in dirty_cow_bottom_up() 1196 struct ubifs_zbranch *zbr; in ubifs_lookup_level0() 1895 struct ubifs_zbranch *zbr; in search_dh_cookie() 2290 struct ubifs_zbranch zbr; in ubifs_tnc_add() 2465 struct ubifs_zbranch zbr; in ubifs_tnc_add_nm() 2511 struct ubifs_zbranch *zbr; in tnc_delete() [all …]
|
A D | debug.h | 16 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);
|
A D | tnc_misc.c | 131 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()
|
A D | tnc_commit.c | 38 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() 758 int ubifs_tnc_start_commit(struct ubifs_info *c, struct ubifs_zbranch *zroot) in ubifs_tnc_start_commit() 784 memcpy(zroot, &c->zroot, sizeof(struct ubifs_zbranch)); in ubifs_tnc_start_commit() 871 struct ubifs_zbranch *zbr = &znode->zbranch[i]; in write_index()
|
A D | ubifs.h | 754 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);
|
A D | commit.c | 100 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()
|
A D | debug.c | 873 const struct ubifs_zbranch *zbr; in ubifs_dump_znode() 1194 static int dbg_check_key_order(struct ubifs_info *c, struct ubifs_zbranch *zbr1, in dbg_check_key_order() 1195 struct ubifs_zbranch *zbr2) in dbg_check_key_order() 1285 static int dbg_check_znode(struct ubifs_info *c, struct ubifs_zbranch *zbr) in dbg_check_znode() 1505 struct ubifs_zbranch *zbr; in dbg_check_tnc() 1587 struct ubifs_zbranch *zbr; in dbg_walk_index() 1932 struct ubifs_zbranch *zbr; in read_add_inode() 1997 static int check_leaf(struct ubifs_info *c, struct ubifs_zbranch *zbr, in check_leaf() 2167 struct ubifs_zbranch *zbr; in check_inodes()
|
A D | orphan.c | 919 static int dbg_orphan_check(struct ubifs_info *c, struct ubifs_zbranch *zbr, in dbg_orphan_check()
|
A D | super.c | 684 c->fanout * sizeof(struct ubifs_zbranch); in init_constants_sb()
|
Completed in 31 milliseconds