Lines Matching refs:error
155 error("unsupported checksum algorithm %u", csum_type); in btrfs_check_super()
164 error("superblock checksum mismatch"); in btrfs_check_super()
168 error("tree_root level too big: %d >= %d", in btrfs_check_super()
173 error("chunk_root level too big: %d >= %d", in btrfs_check_super()
178 error("log_root level too big: %d >= %d", in btrfs_check_super()
184 error("tree_root block unaligned: %llu", btrfs_super_root(sb)); in btrfs_check_super()
188 error("chunk_root block unaligned: %llu", in btrfs_check_super()
193 error("log_root block unaligned: %llu", in btrfs_check_super()
198 error("nodesize too small: %u < 4096", in btrfs_check_super()
203 error("nodesize unaligned: %u", btrfs_super_nodesize(sb)); in btrfs_check_super()
207 error("sectorsize too small: %u < 4096", in btrfs_check_super()
212 error("sectorsize unaligned: %u", btrfs_super_sectorsize(sb)); in btrfs_check_super()
216 error("invalid total_bytes 0"); in btrfs_check_super()
220 error("invalid bytes_used %llu", btrfs_super_bytes_used(sb)); in btrfs_check_super()
225 error("invalid stripesize %u", btrfs_super_stripesize(sb)); in btrfs_check_super()
240 error("dev_item UUID does not match fsid: %s != %s", in btrfs_check_super()
249 error("suspicious number of devices: %llu", in btrfs_check_super()
254 error("number of devices is 0"); in btrfs_check_super()
263 error("system chunk array too big %u > %u", in btrfs_check_super()
270 error("system chunk array too small %u < %zu", in btrfs_check_super()
280 error("superblock checksum matches but it has invalid members"); in btrfs_check_super()
463 error("tree block bytenr %llu is not aligned to sectorsize %u", in read_tree_block()
554 error("Couldn't map the block %llu", cur); in read_extent_data()
559 error("devid %llu is missing", device->devid); in read_extent_data()
567 error("read failed on devid %llu physical %llu", in read_extent_data()
804 error("could not setup %s tree", str); in setup_root_or_create_block()
978 error("cannot read chunk root"); in btrfs_setup_chunk_tree_and_device_map()