Lines Matching refs:has
332 u8 has;
335 read_extent_buffer(eb, &has, i / BITS_PER_BYTE, 1);
339 "bits do not match, start byte 0 bit %lu, byte %lu has 0x%02x expect 0x%02x",
340 i, i / BITS_PER_BYTE, has, expect);
347 u8 has;
350 read_extent_buffer(eb, &has, i / BITS_PER_BYTE, 1);
354 "bits do not match, start byte %lu bit %lu, byte %lu has 0x%02x expect 0x%02x",
356 i / BITS_PER_BYTE, has, expect);
660 test_err("eb and memory diffs at byte %u, eb has 0x%02x memory has 0x%02x",