Lines Matching defs:zr
23 * @zr: root of the subtree to traverse
30 struct ubifs_znode *zr,
36 ubifs_assert(c, zr);
39 return zr;
41 if (unlikely(znode == zr)) {
44 return ubifs_tnc_find_child(zr, 0);
51 ubifs_assert(c, znode->level <= zr->level);
57 while (znode->parent != zr && iip >= znode->parent->child_cnt) {
62 if (unlikely(znode->parent == zr &&
77 znode = ubifs_tnc_find_child(zr, 0);