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()
937 udf_debug("volIdent[] = '%s'\n", UDF_SB(sb)->s_volume_ident); in udf_load_pvoldesc()
945 udf_debug("volSetIdent[] = '%s'\n", outstr->u_name); in udf_load_pvoldesc()
994 udf_debug("Metadata file location: block = %d part = %d\n", in udf_load_metadata_files()
1001 udf_debug("Mirror metadata file location: block = %d part = %d\n", in udf_load_metadata_files()
1025 udf_debug("Bitmap file location: block = %d part = %d\n", in udf_load_metadata_files()
1040 udf_debug("udf_load_metadata_files Ok\n"); in udf_load_metadata_files()
1055 udf_debug("Rootdir at block=%d, partition=%d\n", in udf_load_fileset()
1110 udf_debug("Partition (%d type %x) starts at physical %d, block length %d\n", in udf_fill_partdesc_info()
1129 udf_debug("cannot load unallocSpaceTable (part %d)\n", in udf_fill_partdesc_info()
1135 udf_debug("unallocSpaceTable (part %d) @ %ld\n", in udf_fill_partdesc_info()
1147 udf_debug("unallocSpaceBitmap (part %d) @ %d\n", in udf_fill_partdesc_info()
1152 udf_debug("partitionIntegrityTable (part %d)\n", p_index); in udf_fill_partdesc_info()
1164 udf_debug("cannot load freedSpaceTable (part %d)\n", in udf_fill_partdesc_info()
1170 udf_debug("freedSpaceTable (part %d) @ %ld\n", in udf_fill_partdesc_info()
1182 udf_debug("freedSpaceBitmap (part %d) @ %d\n", in udf_fill_partdesc_info()
1294 udf_debug("Searching map: (%d == %d)\n", in udf_load_partdesc()
1303 udf_debug("Partition (%d) not found in partition map\n", in udf_load_partdesc()
1495 udf_debug("Parsing Logical vol part %d type %d id=%s\n", in udf_load_logicalvol()
1514 udf_debug("Metadata Ident suffix=0x%x\n", in udf_load_logicalvol()
1517 udf_debug("Metadata part num=%d\n", in udf_load_logicalvol()
1519 udf_debug("Metadata part alloc unit size=%d\n", in udf_load_logicalvol()
1521 udf_debug("Metadata file loc=%d\n", in udf_load_logicalvol()
1523 udf_debug("Mirror file loc=%d\n", in udf_load_logicalvol()
1525 udf_debug("Bitmap file loc=%d\n", in udf_load_logicalvol()
1527 udf_debug("Flags: %d %d\n", in udf_load_logicalvol()
1530 udf_debug("Unknown ident: %s\n", in udf_load_logicalvol()
1537 udf_debug("Partition (%d:%d) type %d on volume %d\n", in udf_load_logicalvol()
1545 udf_debug("FileSet found in LogicalVolDesc at block=%d, partition=%d\n", in udf_load_logicalvol()
1942 udf_debug("Failed to read sector at offset %d. " in udf_load_vrs()
1948 udf_debug("Validity check skipped because of novrs option\n"); in udf_load_vrs()
2104 udf_debug("Using default NLS map\n"); in udf_fill_super()
2127 udf_debug("Multi-session=%d\n", sbi->s_session); in udf_fill_super()
2159 udf_debug("Lastblock=%d\n", sbi->s_last_block); in udf_fill_super()
2399 udf_debug("read failed\n"); in udf_count_free_bitmap()