Home
last modified time | relevance | path

Searched refs:udf_debug (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/fs/udf/
Dsuper.c696 udf_debug("ISO9660 Boot Record found\n"); in identify_vsd()
699 udf_debug("ISO9660 Primary Volume Descriptor found\n"); in identify_vsd()
702 udf_debug("ISO9660 Supplementary Volume Descriptor found\n"); in identify_vsd()
705 udf_debug("ISO9660 Volume Partition Descriptor found\n"); in identify_vsd()
708 udf_debug("ISO9660 Volume Descriptor Set Terminator found\n"); in identify_vsd()
711 udf_debug("ISO9660 VRS (%u) found\n", vsd->structType); in identify_vsd()
757 udf_debug("Starting at sector %u (%lu byte sectors)\n", in udf_check_vsd()
850 udf_debug("Rootdir at block=%u, partition=%u\n", in udf_load_fileset()
875 udf_debug("Fileset at block=%u, partition=%u\n", in udf_find_fileset()
919 udf_debug("recording time %04u/%02u/%02u %02u:%02u (%x)\n", in udf_load_pvoldesc()
[all …]
Dlowlevel.c30 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()
Dpartition.c31 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()
Dballoc.c85 udf_debug("block_group (%u) > nr_groups (%d)\n", in load_block_bitmap()
157 udf_debug("bit %lu already set\n", bit + i); in udf_bitmap_free_blocks()
158 udf_debug("byte=%2x\n", in udf_bitmap_free_blocks()
343 udf_debug("bit already cleared for block %d\n", bit); in udf_bitmap_new_block()
528 udf_debug("eloc=%u, elen=%u, first_block=%u\n", in udf_table_prealloc_blocks()
666 udf_debug("Invalid request to free blocks: (%d, %u), off %u, " in udf_free_blocks()
Dfile.c135 udf_debug("no permission to access inode %lu\n", inode->i_ino); in udf_ioctl()
141 udf_debug("invalid argument to udf_ioctl\n"); in udf_ioctl()
Dmisc.c211 udf_debug("location mismatch block %u, tag %u != %u\n", in udf_read_tagged()
239 udf_debug("Crc failure block %u: crc = %u, crclen = %u\n", block, in udf_read_tagged()
Dinode.c1355 udf_debug("partition reference: %u > logical volume partitions: %u\n", in udf_read_inode()
1362 udf_debug("block=%u, partition=%u out of range\n", in udf_read_inode()
1627 udf_debug("METADATA FILE-----\n"); in udf_read_inode()
1630 udf_debug("METADATA MIRROR FILE-----\n"); in udf_read_inode()
1633 udf_debug("METADATA BITMAP FILE-----\n"); in udf_read_inode()
1737 udf_debug("getblk failure\n"); in udf_update_inode()
2230 udf_debug("reading block %u failed!\n", block); in udf_next_aext()
2289 udf_debug("alloc_type = %u unsupported\n", iinfo->i_alloc_type); in udf_current_aext()
Dudfdecl.h34 #define udf_debug(fmt, ...) \ macro
Dnamei.c549 udf_debug("Deleting nonexistent file (%lu), %u\n", in udf_unlink()