Lines Matching refs:udf_debug
696 udf_debug("ISO9660 Boot Record found\n"); in identify_vsd()
699 udf_debug("ISO9660 Primary Volume Descriptor found\n"); in identify_vsd()
702 udf_debug("ISO9660 Supplementary Volume Descriptor found\n"); in identify_vsd()
705 udf_debug("ISO9660 Volume Partition Descriptor found\n"); in identify_vsd()
708 udf_debug("ISO9660 Volume Descriptor Set Terminator found\n"); in identify_vsd()
711 udf_debug("ISO9660 VRS (%u) found\n", vsd->structType); in identify_vsd()
757 udf_debug("Starting at sector %u (%lu byte sectors)\n", in udf_check_vsd()
850 udf_debug("Rootdir at block=%u, partition=%u\n", in udf_load_fileset()
875 udf_debug("Fileset at block=%u, partition=%u\n", in udf_find_fileset()
919 udf_debug("recording time %04u/%02u/%02u %02u:%02u (%x)\n", in udf_load_pvoldesc()
931 udf_debug("volIdent[] = '%s'\n", UDF_SB(sb)->s_volume_ident); in udf_load_pvoldesc()
939 udf_debug("volSetIdent[] = '%s'\n", outstr); in udf_load_pvoldesc()
987 udf_debug("Metadata file location: block = %u part = %u\n", in udf_load_metadata_files()
994 udf_debug("Mirror metadata file location: block = %u part = %u\n", in udf_load_metadata_files()
1018 udf_debug("Bitmap file location: block = %u part = %u\n", in udf_load_metadata_files()
1033 udf_debug("udf_load_metadata_files Ok\n"); in udf_load_metadata_files()
1137 udf_debug("Partition (%d type %x) starts at physical %u, block length %u\n", in udf_fill_partdesc_info()
1164 udf_debug("cannot load unallocSpaceTable (part %d)\n", in udf_fill_partdesc_info()
1170 udf_debug("unallocSpaceTable (part %d) @ %lu\n", in udf_fill_partdesc_info()
1190 udf_debug("unallocSpaceBitmap (part %d) @ %u\n", in udf_fill_partdesc_info()
1306 udf_debug("Searching map: (%u == %u)\n", in udf_load_partdesc()
1315 udf_debug("Partition (%u) not found in partition map\n", in udf_load_partdesc()
1516 udf_debug("Parsing Logical vol part %d type %u id=%s\n", in udf_load_logicalvol()
1535 udf_debug("Metadata Ident suffix=0x%x\n", in udf_load_logicalvol()
1538 udf_debug("Metadata part num=%u\n", in udf_load_logicalvol()
1540 udf_debug("Metadata part alloc unit size=%u\n", in udf_load_logicalvol()
1542 udf_debug("Metadata file loc=%u\n", in udf_load_logicalvol()
1544 udf_debug("Mirror file loc=%u\n", in udf_load_logicalvol()
1546 udf_debug("Bitmap file loc=%u\n", in udf_load_logicalvol()
1548 udf_debug("Flags: %d %u\n", in udf_load_logicalvol()
1551 udf_debug("Unknown ident: %s\n", in udf_load_logicalvol()
1558 udf_debug("Partition (%d:%u) type %u on volume %u\n", in udf_load_logicalvol()
1566 udf_debug("FileSet found in LogicalVolDesc at block=%u, partition=%u\n", in udf_load_logicalvol()
2013 udf_debug("Failed to read sector at offset %d. " in udf_load_vrs()
2019 udf_debug("Validity check skipped because of novrs option\n"); in udf_load_vrs()
2178 udf_debug("Multi-session=%d\n", sbi->s_session); in udf_fill_super()
2220 udf_debug("Lastblock=%u\n", sbi->s_last_block); in udf_fill_super()
2466 udf_debug("read failed\n"); in udf_count_free_bitmap()