Lines Matching refs:udf_debug
677 udf_debug("Starting at sector %u (%lu byte sectors)\n", in udf_check_vsd()
705 udf_debug("ISO9660 Boot Record found\n"); in udf_check_vsd()
708 udf_debug("ISO9660 Primary Volume Descriptor found\n"); in udf_check_vsd()
711 udf_debug("ISO9660 Supplementary Volume Descriptor found\n"); in udf_check_vsd()
714 udf_debug("ISO9660 Volume Partition Descriptor found\n"); in udf_check_vsd()
717 udf_debug("ISO9660 Volume Descriptor Set Terminator found\n"); in udf_check_vsd()
720 udf_debug("ISO9660 VRS (%u) found\n", in udf_check_vsd()
780 udf_debug("Fileset at block=%u, partition=%u\n", in udf_find_fileset()
830 udf_debug("recording time %04u/%02u/%02u %02u:%02u (%x)\n", in udf_load_pvoldesc()
841 udf_debug("volIdent[] = '%s'\n", UDF_SB(sb)->s_volume_ident); in udf_load_pvoldesc()
848 udf_debug("volSetIdent[] = '%s'\n", outstr); in udf_load_pvoldesc()
896 udf_debug("Metadata file location: block = %u part = %u\n", in udf_load_metadata_files()
903 udf_debug("Mirror metadata file location: block = %u part = %u\n", in udf_load_metadata_files()
927 udf_debug("Bitmap file location: block = %u part = %u\n", in udf_load_metadata_files()
942 udf_debug("udf_load_metadata_files Ok\n"); in udf_load_metadata_files()
957 udf_debug("Rootdir at block=%u, partition=%u\n", in udf_load_fileset()
1012 udf_debug("Partition (%d type %x) starts at physical %u, block length %u\n", in udf_fill_partdesc_info()
1031 udf_debug("cannot load unallocSpaceTable (part %d)\n", in udf_fill_partdesc_info()
1037 udf_debug("unallocSpaceTable (part %d) @ %lu\n", in udf_fill_partdesc_info()
1049 udf_debug("unallocSpaceBitmap (part %d) @ %u\n", in udf_fill_partdesc_info()
1054 udf_debug("partitionIntegrityTable (part %d)\n", p_index); in udf_fill_partdesc_info()
1066 udf_debug("cannot load freedSpaceTable (part %d)\n", in udf_fill_partdesc_info()
1072 udf_debug("freedSpaceTable (part %d) @ %lu\n", in udf_fill_partdesc_info()
1084 udf_debug("freedSpaceBitmap (part %d) @ %u\n", in udf_fill_partdesc_info()
1197 udf_debug("Searching map: (%u == %u)\n", in udf_load_partdesc()
1206 udf_debug("Partition (%u) not found in partition map\n", in udf_load_partdesc()
1398 udf_debug("Parsing Logical vol part %d type %u id=%s\n", in udf_load_logicalvol()
1417 udf_debug("Metadata Ident suffix=0x%x\n", in udf_load_logicalvol()
1420 udf_debug("Metadata part num=%u\n", in udf_load_logicalvol()
1422 udf_debug("Metadata part alloc unit size=%u\n", in udf_load_logicalvol()
1424 udf_debug("Metadata file loc=%u\n", in udf_load_logicalvol()
1426 udf_debug("Mirror file loc=%u\n", in udf_load_logicalvol()
1428 udf_debug("Bitmap file loc=%u\n", in udf_load_logicalvol()
1430 udf_debug("Flags: %d %u\n", in udf_load_logicalvol()
1433 udf_debug("Unknown ident: %s\n", in udf_load_logicalvol()
1440 udf_debug("Partition (%d:%u) type %u on volume %u\n", in udf_load_logicalvol()
1448 udf_debug("FileSet found in LogicalVolDesc at block=%u, partition=%u\n", in udf_load_logicalvol()
1904 udf_debug("Failed to read sector at offset %d. " in udf_load_vrs()
1910 udf_debug("Validity check skipped because of novrs option\n"); in udf_load_vrs()
2074 udf_debug("Using default NLS map\n"); in udf_fill_super()
2096 udf_debug("Multi-session=%d\n", sbi->s_session); in udf_fill_super()
2138 udf_debug("Lastblock=%u\n", sbi->s_last_block); in udf_fill_super()
2374 udf_debug("read failed\n"); in udf_count_free_bitmap()