Lines Matching refs:udf_debug
658 udf_debug("ISO9660 Boot Record found\n"); in identify_vsd()
661 udf_debug("ISO9660 Primary Volume Descriptor found\n"); in identify_vsd()
664 udf_debug("ISO9660 Supplementary Volume Descriptor found\n"); in identify_vsd()
667 udf_debug("ISO9660 Volume Partition Descriptor found\n"); in identify_vsd()
670 udf_debug("ISO9660 Volume Descriptor Set Terminator found\n"); in identify_vsd()
673 udf_debug("ISO9660 VRS (%u) found\n", vsd->structType); in identify_vsd()
717 udf_debug("Starting at sector %u (%lu byte sectors)\n", in udf_check_vsd()
811 udf_debug("Rootdir at block=%u, partition=%u\n", in udf_load_fileset()
836 udf_debug("Fileset at block=%u, partition=%u\n", in udf_find_fileset()
880 udf_debug("recording time %04u/%02u/%02u %02u:%02u (%x)\n", in udf_load_pvoldesc()
892 udf_debug("volIdent[] = '%s'\n", UDF_SB(sb)->s_volume_ident); in udf_load_pvoldesc()
900 udf_debug("volSetIdent[] = '%s'\n", outstr); in udf_load_pvoldesc()
948 udf_debug("Metadata file location: block = %u part = %u\n", in udf_load_metadata_files()
955 udf_debug("Mirror metadata file location: block = %u part = %u\n", in udf_load_metadata_files()
979 udf_debug("Bitmap file location: block = %u part = %u\n", in udf_load_metadata_files()
994 udf_debug("udf_load_metadata_files Ok\n"); in udf_load_metadata_files()
1099 udf_debug("Partition (%d type %x) starts at physical %u, block length %u\n", in udf_fill_partdesc_info()
1126 udf_debug("cannot load unallocSpaceTable (part %d)\n", in udf_fill_partdesc_info()
1132 udf_debug("unallocSpaceTable (part %d) @ %lu\n", in udf_fill_partdesc_info()
1144 udf_debug("unallocSpaceBitmap (part %d) @ %u\n", in udf_fill_partdesc_info()
1258 udf_debug("Searching map: (%u == %u)\n", in udf_load_partdesc()
1267 udf_debug("Partition (%u) not found in partition map\n", in udf_load_partdesc()
1462 udf_debug("Parsing Logical vol part %d type %u id=%s\n", in udf_load_logicalvol()
1481 udf_debug("Metadata Ident suffix=0x%x\n", in udf_load_logicalvol()
1484 udf_debug("Metadata part num=%u\n", in udf_load_logicalvol()
1486 udf_debug("Metadata part alloc unit size=%u\n", in udf_load_logicalvol()
1488 udf_debug("Metadata file loc=%u\n", in udf_load_logicalvol()
1490 udf_debug("Mirror file loc=%u\n", in udf_load_logicalvol()
1492 udf_debug("Bitmap file loc=%u\n", in udf_load_logicalvol()
1494 udf_debug("Flags: %d %u\n", in udf_load_logicalvol()
1497 udf_debug("Unknown ident: %s\n", in udf_load_logicalvol()
1504 udf_debug("Partition (%d:%u) type %u on volume %u\n", in udf_load_logicalvol()
1512 udf_debug("FileSet found in LogicalVolDesc at block=%u, partition=%u\n", in udf_load_logicalvol()
1979 udf_debug("Failed to read sector at offset %d. " in udf_load_vrs()
1985 udf_debug("Validity check skipped because of novrs option\n"); in udf_load_vrs()
2147 udf_debug("Using default NLS map\n"); in udf_fill_super()
2169 udf_debug("Multi-session=%d\n", sbi->s_session); in udf_fill_super()
2211 udf_debug("Lastblock=%u\n", sbi->s_last_block); in udf_fill_super()
2457 udf_debug("read failed\n"); in udf_count_free_bitmap()