Searched refs:udf_debug (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/udf/ |
| H A D | super.c | 698 udf_debug("ISO9660 Boot Record found\n"); in identify_vsd() 701 udf_debug("ISO9660 Primary Volume Descriptor found\n"); in identify_vsd() 704 udf_debug("ISO9660 Supplementary Volume Descriptor found\n"); in identify_vsd() 707 udf_debug("ISO9660 Volume Partition Descriptor found\n"); in identify_vsd() 710 udf_debug("ISO9660 Volume Descriptor Set Terminator found\n"); in identify_vsd() 713 udf_debug("ISO9660 VRS (%u) found\n", vsd->structType); in identify_vsd() 759 udf_debug("Starting at sector %u (%lu byte sectors)\n", in udf_check_vsd() 852 udf_debug("Rootdir at block=%u, partition=%u\n", in udf_load_fileset() 877 udf_debug("Fileset at block=%u, partition=%u\n", in udf_find_fileset() 921 udf_debug("recording time %04u/%02u/%02u %02u:%02u (%x)\n", in udf_load_pvoldesc() [all …]
|
| H A D | lowlevel.c | 30 udf_debug("CDROMMULTISESSION not supported.\n"); in udf_get_last_session() 36 udf_debug("XA disk: %s, vol_desc_start=%d\n", in udf_get_last_session()
|
| H A D | partition.c | 31 udf_debug("block=%u, partition=%u, offset=%u: invalid partition\n", in udf_get_pblock() 59 udf_debug("Trying to access block beyond end of VAT (%u max %u)\n", in udf_get_pblock_virt15() 81 udf_debug("get_pblock(UDF_VIRTUAL_MAP:%p,%u,%u)\n", in udf_get_pblock_virt15() 92 udf_debug("recursive call to udf_get_pblock!\n"); in udf_get_pblock_virt15() 312 udf_debug("READING from METADATA\n"); in udf_get_pblock_meta25()
|
| H A D | balloc.c | 85 udf_debug("block_group (%u) >= nr_groups (%d)\n", in load_block_bitmap() 158 udf_debug("bit %lu already set\n", bit + i); in udf_bitmap_free_blocks() 159 udf_debug("byte=%2x\n", in udf_bitmap_free_blocks() 344 udf_debug("bit already cleared for block %d\n", bit); in udf_bitmap_new_block() 531 udf_debug("eloc=%u, elen=%u, first_block=%u\n", in udf_table_prealloc_blocks() 675 udf_debug("Invalid request to free blocks: (%d, %u), off %u, " in udf_free_blocks()
|
| H A D | misc.c | 211 udf_debug("location mismatch block %u, tag %u != %u\n", in udf_read_tagged() 243 udf_debug("Crc failure block %u: crc = %u, crclen = %u\n", block, in udf_read_tagged()
|
| H A D | inode.c | 1364 udf_debug("partition reference: %u > logical volume partitions: %u\n", in udf_read_inode() 1371 udf_debug("block=%u, partition=%u out of range\n", in udf_read_inode() 1641 udf_debug("METADATA FILE-----\n"); in udf_read_inode() 1644 udf_debug("METADATA MIRROR FILE-----\n"); in udf_read_inode() 1647 udf_debug("METADATA BITMAP FILE-----\n"); in udf_read_inode() 1764 udf_debug("getblk failure\n"); in udf_write_inode() 2250 udf_debug("reading block %u failed!\n", block); in udf_next_aext() 2312 udf_debug("alloc_type = %u unsupported\n", iinfo->i_alloc_type); in udf_current_aext() 2317 udf_debug("invalid partition reference %u (partitions %u)\n", in udf_current_aext()
|
| H A D | udfdecl.h | 34 #define udf_debug(fmt, ...) \ macro
|