Lines Matching defs:zbr1
1184 * @zbr1: first zbranch
1189 * function reads direntries/xentries referred by @zbr1 and @zbr2 and makes
1190 * sure the name of direntry/xentry referred by @zbr1 is less than
1194 static int dbg_check_key_order(struct ubifs_info *c, struct ubifs_zbranch *zbr1,
1202 ubifs_assert(c, !keys_cmp(c, &zbr1->key, &zbr2->key));
1212 err = ubifs_tnc_read_node(c, zbr1, dent1);
1229 if (keys_cmp(c, &zbr1->key, &key)) {
1230 ubifs_err(c, "1st entry at %d:%d has key %s", zbr1->lnum,
1231 zbr1->offs, dbg_snprintf_key(c, &key, key_buf,
1234 dbg_snprintf_key(c, &zbr1->key, key_buf,
1242 ubifs_err(c, "2nd entry at %d:%d has key %s", zbr1->lnum,
1243 zbr1->offs, dbg_snprintf_key(c, &key, key_buf,
1266 ubifs_msg(c, "first node at %d:%d\n", zbr1->lnum, zbr1->offs);