Lines Matching defs:block
182 * Read the first block of a tagged descriptor.
188 struct buffer_head *udf_read_tagged(struct super_block *sb, uint32_t block,
195 /* Read the block */
196 if (block == 0xFFFFFFFF)
199 bh = sb_bread(sb, block);
201 udf_err(sb, "read failed, block=%u, location=%u\n",
202 block, location);
211 udf_debug("location mismatch block %u, tag %u != %u\n",
212 block, le32_to_cpu(tag_p->tagLocation), location);
219 udf_err(sb, "tag checksum failed, block %u: 0x%02x != 0x%02x\n",
220 block, checksum, tag_p->tagChecksum);
227 udf_err(sb, "tag version 0x%04x != 0x0002 || 0x0003, block %u\n",
228 le16_to_cpu(tag_p->descVersion), block);
239 udf_debug("Crc failure block %u: crc = %u, crclen = %u\n", block,