Lines Matching refs:udf_debug
376 udf_debug("Bad block size (%ld)\n", sb->s_blocksize); in udf_set_blocksize()
409 udf_debug("Starting at sector %u (%ld byte sectors)\n", in udf_vrs()
434 udf_debug("ISO9660 Boot Record found\n"); in udf_vrs()
437 udf_debug("ISO9660 Primary Volume Descriptor found\n"); in udf_vrs()
440 udf_debug("ISO9660 Supplementary Volume Descriptor found\n"); in udf_vrs()
443 udf_debug("ISO9660 Volume Partition Descriptor found\n"); in udf_vrs()
446 udf_debug("ISO9660 Volume Descriptor Set Terminator found\n"); in udf_vrs()
449 udf_debug("ISO9660 VRS (%u) found\n", vsd->structType); in udf_vrs()
553 udf_debug("Anchor found at block %d, location mismatch %d.\n", in udf_find_anchor()
724 udf_debug("Fileset at block=%d, partition=%d\n", in udf_find_fileset()
751 udf_debug("recording time %ld/%ld, %04u/%02u/%02u %02u:%02u (%x)\n", in udf_load_pvoldesc()
763 udf_debug("volIdent[] = '%s'\n", UDF_SB_VOLIDENT(sb)); in udf_load_pvoldesc()
770 udf_debug("volSetIdent[] = '%s'\n", outstr.u_name); in udf_load_pvoldesc()
785 udf_debug("Rootdir at block=%d, partition=%d\n", in udf_load_fileset()
799 udf_debug("Searching map: (%d == %d)\n", in udf_load_partdesc()
827 udf_debug("unallocSpaceTable (part %d) @ %ld\n", in udf_load_partdesc()
840 udf_debug("unallocSpaceBitmap (part %d) @ %d\n", in udf_load_partdesc()
845 udf_debug("partitionIntegrityTable (part %d)\n", i); in udf_load_partdesc()
853 udf_debug("freedSpaceTable (part %d) @ %ld\n", in udf_load_partdesc()
866 udf_debug("freedSpaceBitmap (part %d) @ %d\n", in udf_load_partdesc()
876 udf_debug("Partition (%d) not found in partition map\n", le16_to_cpu(p->partitionNumber)); in udf_load_partdesc()
880 udf_debug("Partition (%d:%d type %x) starts at physical %d, block length %d\n", in udf_load_partdesc()
955 udf_debug("Unknown ident: %s\n", upm2->partIdent.ident); in udf_load_logicalvol()
961 udf_debug("Partition (%d:%d) type %d on volume %d\n", in udf_load_logicalvol()
970 udf_debug("FileSet found in LogicalVolDesc at block=%d, partition=%d\n", in udf_load_logicalvol()
1150 udf_debug("Validity check skipped because of novrs option\n"); in udf_check_valid()
1157 udf_debug("Failed to read byte 32768. Assuming open disc. Skipping validity check\n"); in udf_check_valid()
1211 udf_debug("No Anchor block found\n"); in udf_load_partition()
1215 udf_debug("Using anchor in block %d\n", UDF_SB_ANCHOR(sb)[i]); in udf_load_partition()
1234 udf_debug("Unable to determine Lastblock (For Virtual Partition)\n"); in udf_load_partition()
1397 udf_debug("Using default NLS map\n"); in udf_read_super()
1421 udf_debug("Multi-session=%d\n", UDF_SB_SESSION(sb)); in udf_read_super()
1448 udf_debug("Lastblock=%d\n", UDF_SB_LASTBLOCK(sb)); in udf_read_super()
1741 udf_debug("read failed\n"); in udf_count_free_bitmap()