Lines Matching refs:udf_debug

710 	udf_debug("Starting at sector %u (%ld byte sectors)\n",  in udf_check_vsd()
738 udf_debug("ISO9660 Boot Record found\n"); in udf_check_vsd()
741 udf_debug("ISO9660 Primary Volume Descriptor found\n"); in udf_check_vsd()
744 udf_debug("ISO9660 Supplementary Volume Descriptor found\n"); in udf_check_vsd()
747 udf_debug("ISO9660 Volume Partition Descriptor found\n"); in udf_check_vsd()
750 udf_debug("ISO9660 Volume Descriptor Set Terminator found\n"); in udf_check_vsd()
753 udf_debug("ISO9660 VRS (%u) found\n", in udf_check_vsd()
873 udf_debug("Fileset at block=%d, partition=%d\n", in udf_find_fileset()
924 udf_debug("recording time %04u/%02u/%02u %02u:%02u (%x)\n", in udf_load_pvoldesc()
934 udf_debug("volIdent[] = '%s'\n", in udf_load_pvoldesc()
940 udf_debug("volSetIdent[] = '%s'\n", outstr->u_name); in udf_load_pvoldesc()
988 udf_debug("Metadata file location: block = %d part = %d\n", in udf_load_metadata_files()
995 udf_debug("Mirror metadata file location: block = %d part = %d\n", in udf_load_metadata_files()
1019 udf_debug("Bitmap file location: block = %d part = %d\n", in udf_load_metadata_files()
1034 udf_debug("udf_load_metadata_files Ok\n"); in udf_load_metadata_files()
1049 udf_debug("Rootdir at block=%d, partition=%d\n", in udf_load_fileset()
1104 udf_debug("Partition (%d type %x) starts at physical %d, block length %d\n", in udf_fill_partdesc_info()
1123 udf_debug("cannot load unallocSpaceTable (part %d)\n", in udf_fill_partdesc_info()
1129 udf_debug("unallocSpaceTable (part %d) @ %ld\n", in udf_fill_partdesc_info()
1141 udf_debug("unallocSpaceBitmap (part %d) @ %d\n", in udf_fill_partdesc_info()
1146 udf_debug("partitionIntegrityTable (part %d)\n", p_index); in udf_fill_partdesc_info()
1158 udf_debug("cannot load freedSpaceTable (part %d)\n", in udf_fill_partdesc_info()
1164 udf_debug("freedSpaceTable (part %d) @ %ld\n", in udf_fill_partdesc_info()
1176 udf_debug("freedSpaceBitmap (part %d) @ %d\n", in udf_fill_partdesc_info()
1288 udf_debug("Searching map: (%d == %d)\n", in udf_load_partdesc()
1297 udf_debug("Partition (%d) not found in partition map\n", in udf_load_partdesc()
1489 udf_debug("Parsing Logical vol part %d type %d id=%s\n", in udf_load_logicalvol()
1508 udf_debug("Metadata Ident suffix=0x%x\n", in udf_load_logicalvol()
1511 udf_debug("Metadata part num=%d\n", in udf_load_logicalvol()
1513 udf_debug("Metadata part alloc unit size=%d\n", in udf_load_logicalvol()
1515 udf_debug("Metadata file loc=%d\n", in udf_load_logicalvol()
1517 udf_debug("Mirror file loc=%d\n", in udf_load_logicalvol()
1519 udf_debug("Bitmap file loc=%d\n", in udf_load_logicalvol()
1521 udf_debug("Flags: %d %d\n", in udf_load_logicalvol()
1524 udf_debug("Unknown ident: %s\n", in udf_load_logicalvol()
1531 udf_debug("Partition (%d:%d) type %d on volume %d\n", in udf_load_logicalvol()
1539 udf_debug("FileSet found in LogicalVolDesc at block=%d, partition=%d\n", in udf_load_logicalvol()
1936 udf_debug("Failed to read sector at offset %d. " in udf_load_vrs()
1942 udf_debug("Validity check skipped because of novrs option\n"); in udf_load_vrs()
2097 udf_debug("Using default NLS map\n"); in udf_fill_super()
2120 udf_debug("Multi-session=%d\n", sbi->s_session); in udf_fill_super()
2152 udf_debug("Lastblock=%d\n", sbi->s_last_block); in udf_fill_super()
2390 udf_debug("read failed\n"); in udf_count_free_bitmap()