Lines Matching defs:zroot
69 if (c->zroot.znode && ubifs_zn_dirty(c->zroot.znode))
100 struct ubifs_zbranch zroot;
134 err = ubifs_tnc_start_commit(c, &zroot);
157 err = dbg_check_old_index(c, &zroot);
163 c->mst_node->root_lnum = cpu_to_le32(zroot.lnum);
164 c->mst_node->root_offs = cpu_to_le32(zroot.offs);
165 c->mst_node->root_len = cpu_to_le32(zroot.len);
507 * @zroot: root of the index
514 int dbg_old_index_check_init(struct ubifs_info *c, struct ubifs_zbranch *zroot)
520 d->old_zroot = *zroot;
543 * @zroot: root of the new index
553 int dbg_check_old_index(struct ubifs_info *c, struct ubifs_zbranch *zroot)
573 /* Start at the old zroot */
696 err = dbg_old_index_check_init(c, zroot);