Home
last modified time | relevance | path

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

/Linux-v6.6/fs/udf/
Dsuper.c664 udf_debug("ISO9660 Boot Record found\n"); in identify_vsd()
667 udf_debug("ISO9660 Primary Volume Descriptor found\n"); in identify_vsd()
670 udf_debug("ISO9660 Supplementary Volume Descriptor found\n"); in identify_vsd()
673 udf_debug("ISO9660 Volume Partition Descriptor found\n"); in identify_vsd()
676 udf_debug("ISO9660 Volume Descriptor Set Terminator found\n"); in identify_vsd()
679 udf_debug("ISO9660 VRS (%u) found\n", vsd->structType); in identify_vsd()
725 udf_debug("Starting at sector %u (%lu byte sectors)\n", in udf_check_vsd()
818 udf_debug("Rootdir at block=%u, partition=%u\n", in udf_load_fileset()
843 udf_debug("Fileset at block=%u, partition=%u\n", in udf_find_fileset()
887 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()
310 udf_debug("READING from METADATA\n"); in udf_get_pblock_meta25()
Dballoc.c80 udf_debug("block_group (%u) > nr_groups (%d)\n", in __load_block_bitmap()
144 udf_debug("%u < %d || %u + %u > %u\n", in udf_bitmap_free_blocks()
173 udf_debug("bit %lu already set\n", bit + i); in udf_bitmap_free_blocks()
174 udf_debug("byte=%2x\n", in udf_bitmap_free_blocks()
359 udf_debug("bit already cleared for block %d\n", bit); in udf_bitmap_new_block()
395 udf_debug("%u < %d || %u + %u > %u\n", in udf_table_free_blocks()
548 udf_debug("eloc=%u, elen=%u, first_block=%u\n", in udf_table_prealloc_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.c1334 udf_debug("partition reference: %u > logical volume partitions: %u\n", in udf_read_inode()
1341 udf_debug("block=%u, partition=%u out of range\n", in udf_read_inode()
1602 udf_debug("METADATA FILE-----\n"); in udf_read_inode()
1605 udf_debug("METADATA MIRROR FILE-----\n"); in udf_read_inode()
1608 udf_debug("METADATA BITMAP FILE-----\n"); in udf_read_inode()
1712 udf_debug("getblk failure\n"); in udf_update_inode()
2188 udf_debug("reading block %u failed!\n", block); in udf_next_aext()
2243 udf_debug("alloc_type = %u unsupported\n", iinfo->i_alloc_type); in udf_current_aext()
Dudfdecl.h34 #define udf_debug(fmt, ...) \ macro
Dnamei.c553 udf_debug("Deleting nonexistent file (%lu), %u\n", in udf_unlink()