Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/udf/
H A Dsuper.c659 udf_debug("ISO9660 Boot Record found\n"); in identify_vsd()
662 udf_debug("ISO9660 Primary Volume Descriptor found\n"); in identify_vsd()
665 udf_debug("ISO9660 Supplementary Volume Descriptor found\n"); in identify_vsd()
668 udf_debug("ISO9660 Volume Partition Descriptor found\n"); in identify_vsd()
671 udf_debug("ISO9660 Volume Descriptor Set Terminator found\n"); in identify_vsd()
674 udf_debug("ISO9660 VRS (%u) found\n", vsd->structType); in identify_vsd()
720 udf_debug("Starting at sector %u (%lu byte sectors)\n", in udf_check_vsd()
813 udf_debug("Rootdir at block=%u, partition=%u\n", in udf_load_fileset()
838 udf_debug("Fileset at block=%u, partition=%u\n", in udf_find_fileset()
882 udf_debug("recording time %04u/%02u/%02u %02u:%02u (%x)\n", in udf_load_pvoldesc()
[all …]
H A 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()
H A 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()
H A Dballoc.c61 udf_debug("block_group (%u) > nr_groups (%d)\n", in __load_block_bitmap()
125 udf_debug("%u < %d || %u + %u > %u\n", in udf_bitmap_free_blocks()
154 udf_debug("bit %lu already set\n", bit + i); in udf_bitmap_free_blocks()
155 udf_debug("byte=%2x\n", in udf_bitmap_free_blocks()
340 udf_debug("bit already cleared for block %d\n", bit); in udf_bitmap_new_block()
376 udf_debug("%u < %d || %u + %u > %u\n", in udf_table_free_blocks()
529 udf_debug("eloc=%u, elen=%u, first_block=%u\n", in udf_table_prealloc_blocks()
H A 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()
H A Dfile.c158 udf_debug("udf_expand_adinicb: err=%d\n", err); in udf_file_write_iter()
187 udf_debug("no permission to access inode %lu\n", inode->i_ino); in udf_ioctl()
193 udf_debug("invalid argument to udf_ioctl\n"); in udf_ioctl()
H A 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()
H A Dinode.c1319 udf_debug("partition reference: %u > logical volume partitions: %u\n", in udf_read_inode()
1326 udf_debug("block=%u, partition=%u out of range\n", in udf_read_inode()
1587 udf_debug("METADATA FILE-----\n"); in udf_read_inode()
1590 udf_debug("METADATA MIRROR FILE-----\n"); in udf_read_inode()
1593 udf_debug("METADATA BITMAP FILE-----\n"); in udf_read_inode()
1697 udf_debug("getblk failure\n"); in udf_update_inode()
2164 udf_debug("reading block %u failed!\n", block); in udf_next_aext()
2219 udf_debug("alloc_type = %u unsupported\n", iinfo->i_alloc_type); in udf_current_aext()
H A Dudfdecl.h34 #define udf_debug(fmt, ...) \ macro
H A Dnamei.c861 udf_debug("Deleting nonexistent file (%lu), %u\n", in udf_unlink()