Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/udf/
Dsuper.c660 udf_debug("ISO9660 Boot Record found\n"); in identify_vsd()
663 udf_debug("ISO9660 Primary Volume Descriptor found\n"); in identify_vsd()
666 udf_debug("ISO9660 Supplementary Volume Descriptor found\n"); in identify_vsd()
669 udf_debug("ISO9660 Volume Partition Descriptor found\n"); in identify_vsd()
672 udf_debug("ISO9660 Volume Descriptor Set Terminator found\n"); in identify_vsd()
675 udf_debug("ISO9660 VRS (%u) found\n", vsd->structType); in identify_vsd()
721 udf_debug("Starting at sector %u (%lu byte sectors)\n", in udf_check_vsd()
814 udf_debug("Rootdir at block=%u, partition=%u\n", in udf_load_fileset()
839 udf_debug("Fileset at block=%u, partition=%u\n", in udf_find_fileset()
883 udf_debug("recording time %04u/%02u/%02u %02u:%02u (%x)\n", in udf_load_pvoldesc()
[all …]
Dlowlevel.c34 udf_debug("CDROMMULTISESSION not supported.\n"); in udf_get_last_session()
40 udf_debug("XA disk: %s, vol_desc_start=%d\n", in udf_get_last_session()
Dpartition.c35 udf_debug("block=%u, partition=%u, offset=%u: invalid partition\n", in udf_get_pblock()
62 udf_debug("Trying to access block beyond end of VAT (%u max %u)\n", in udf_get_pblock_virt15()
86 udf_debug("get_pblock(UDF_VIRTUAL_MAP:%p,%u,%u) VAT: %u[%u]\n", in udf_get_pblock_virt15()
97 udf_debug("recursive call to udf_get_pblock!\n"); in udf_get_pblock_virt15()
315 udf_debug("READING from METADATA\n"); in udf_get_pblock_meta25()
Ddirectory.c166 udf_debug("invalidparms, buffer=%p, offset=%p\n", in udf_get_fileident()
177 udf_debug("0x%x != TAG_IDENT_FID\n", in udf_get_fileident()
179 udf_debug("offset: %d sizeof: %lu bufsize: %d\n", in udf_get_fileident()
Dballoc.c84 udf_debug("block_group (%u) > nr_groups (%d)\n", in __load_block_bitmap()
148 udf_debug("%u < %d || %u + %u > %u\n", in udf_bitmap_free_blocks()
177 udf_debug("bit %lu already set\n", bit + i); in udf_bitmap_free_blocks()
178 udf_debug("byte=%2x\n", in udf_bitmap_free_blocks()
363 udf_debug("bit already cleared for block %d\n", bit); in udf_bitmap_new_block()
399 udf_debug("%u < %d || %u + %u > %u\n", in udf_table_free_blocks()
552 udf_debug("eloc=%u, elen=%u, first_block=%u\n", in udf_table_prealloc_blocks()
Dfile.c156 udf_debug("udf_expand_adinicb: err=%d\n", err); in udf_file_write_iter()
185 udf_debug("no permission to access inode %lu\n", inode->i_ino); in udf_ioctl()
191 udf_debug("invalid argument to udf_ioctl\n"); in udf_ioctl()
Dmisc.c231 udf_debug("location mismatch block %u, tag %u != %u\n", in udf_read_tagged()
259 udf_debug("Crc failure block %u: crc = %u, crclen = %u\n", block, in udf_read_tagged()
Dinode.c1313 udf_debug("partition reference: %u > logical volume partitions: %u\n", in udf_read_inode()
1320 udf_debug("block=%u, partition=%u out of range\n", in udf_read_inode()
1582 udf_debug("METADATA FILE-----\n"); in udf_read_inode()
1585 udf_debug("METADATA MIRROR FILE-----\n"); in udf_read_inode()
1588 udf_debug("METADATA BITMAP FILE-----\n"); in udf_read_inode()
1692 udf_debug("getblk failure\n"); in udf_update_inode()
2168 udf_debug("reading block %u failed!\n", block); in udf_next_aext()
2223 udf_debug("alloc_type = %u unsupported\n", iinfo->i_alloc_type); in udf_current_aext()
Dudfdecl.h34 #define udf_debug(fmt, ...) \ macro
Dnamei.c861 udf_debug("Deleting nonexistent file (%lu), %u\n", in udf_unlink()