Searched refs:ubifs_zbranch (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/ubifs/ |
| H A D | debug.h | 16 struct ubifs_zbranch *zbr, void *priv); 77 struct ubifs_zbranch old_zroot; 273 int dbg_old_index_check_init(struct ubifs_info *c, struct ubifs_zbranch *zroot); 274 int dbg_check_old_index(struct ubifs_info *c, struct ubifs_zbranch *zroot);
|
| H A D | tnc_misc.c | 131 const struct ubifs_zbranch *zbr = &znode->zbranch[0]; in ubifs_search_zbranch() 287 static int read_znode(struct ubifs_info *c, struct ubifs_zbranch *zzbr, in read_znode() 329 struct ubifs_zbranch *zbr = &znode->zbranch[i]; in read_znode() 425 struct ubifs_zbranch *zbr, in ubifs_load_znode() 475 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr, in ubifs_tnc_read_node()
|
| H 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() 477 struct ubifs_zbranch *zbr; in layout_in_empty_space() 599 struct ubifs_zbranch *zbr = &znode->zbranch[i]; in find_first_dirty() 627 struct ubifs_zbranch *zbr = &znode->zbranch[n]; in find_next_dirty() 759 int ubifs_tnc_start_commit(struct ubifs_info *c, struct ubifs_zbranch *zroot) in ubifs_tnc_start_commit() 785 memcpy(zroot, &c->zroot, sizeof(struct ubifs_zbranch)); in ubifs_tnc_start_commit() 872 struct ubifs_zbranch *zbr = &znode->zbranch[i]; in write_index()
|
| H A D | ubifs.h | 747 struct ubifs_zbranch { struct 793 struct ubifs_zbranch zbranch[]; 809 struct ubifs_zbranch zbranch[UBIFS_MAX_BULK_READ]; 1321 struct ubifs_zbranch zroot; 1902 struct ubifs_zbranch *zbr, 1904 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr, 1908 int ubifs_tnc_start_commit(struct ubifs_info *c, struct ubifs_zbranch *zroot);
|
| H A D | commit.c | 111 struct ubifs_zbranch zroot; in do_commit() 525 int dbg_old_index_check_init(struct ubifs_info *c, struct ubifs_zbranch *zroot) in dbg_old_index_check_init() 564 int dbg_check_old_index(struct ubifs_info *c, struct ubifs_zbranch *zroot) in dbg_check_old_index()
|
| H A D | orphan.c | 810 static int dbg_orphan_check(struct ubifs_info *c, struct ubifs_zbranch *zbr, in dbg_orphan_check()
|