Lines Matching defs:zbr2
1185 * @zbr2: following zbranch
1189 * function reads direntries/xentries referred by @zbr1 and @zbr2 and makes
1191 * direntry/xentry referred by @zbr2. Returns zero if this is true, %1 if not,
1195 struct ubifs_zbranch *zbr2)
1202 ubifs_assert(c, !keys_cmp(c, &zbr1->key, &zbr2->key));
1219 err = ubifs_tnc_read_node(c, zbr2, dent2);
1241 if (keys_cmp(c, &zbr2->key, &key)) {
1246 dbg_snprintf_key(c, &zbr2->key, key_buf,
1268 ubifs_msg(c, "second node at %d:%d\n", zbr2->lnum, zbr2->offs);