Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/udf/
Dsuper.c376 udf_debug("Bad block size (%ld)\n", sb->s_blocksize); in udf_set_blocksize()
409 udf_debug("Starting at sector %u (%ld byte sectors)\n", in udf_vrs()
434 udf_debug("ISO9660 Boot Record found\n"); in udf_vrs()
437 udf_debug("ISO9660 Primary Volume Descriptor found\n"); in udf_vrs()
440 udf_debug("ISO9660 Supplementary Volume Descriptor found\n"); in udf_vrs()
443 udf_debug("ISO9660 Volume Partition Descriptor found\n"); in udf_vrs()
446 udf_debug("ISO9660 Volume Descriptor Set Terminator found\n"); in udf_vrs()
449 udf_debug("ISO9660 VRS (%u) found\n", vsd->structType); in udf_vrs()
553 udf_debug("Anchor found at block %d, location mismatch %d.\n", in udf_find_anchor()
724 udf_debug("Fileset at block=%d, partition=%d\n", in udf_find_fileset()
[all …]
Dlowlevel.c56 udf_debug("XA disk: %s, vol_desc_start=%d\n", in udf_get_last_session()
65 udf_debug("CDROMMULTISESSION not supported: rc=%d\n", i); in udf_get_last_session()
Dpartition.c39 udf_debug("block=%d, partition=%d, offset=%d: invalid partition\n", in udf_get_pblock()
60 udf_debug("Trying to access block beyond end of VAT (%d max %d)\n", in udf_get_pblock_virt15()
81 udf_debug("get_pblock(UDF_VIRTUAL_MAP:%p,%d,%d) VAT: %d[%d]\n", in udf_get_pblock_virt15()
92 udf_debug("recursive call to udf_get_pblock!\n"); in udf_get_pblock_virt15()
Dfile.c177 udf_debug("udf_expand_adinicb: err=%d\n", err); in udf_file_write()
244 udf_debug("no permission to access inode %lu\n", in udf_ioctl()
251 udf_debug("invalid argument to udf_ioctl\n"); in udf_ioctl()
281 udf_debug("bread failed (inode=%ld)\n", inode->i_ino); in udf_ioctl()
Dmisc.c274 udf_debug("block=%d, location=%d: read failed\n", block, location); in udf_read_tagged()
284 udf_debug("location mismatch block %u, tag %u != %u\n", in udf_read_tagged()
304 udf_debug("tag version 0x%04x != 0x0002 || 0x0003 block %d\n", in udf_read_tagged()
316 udf_debug("Crc failure block %d: crc = %d, crclen = %d\n", in udf_read_tagged()
Ddirectory.c207 udf_debug("invalidparms\n, buffer=%p, offset=%p\n", buffer, offset); in udf_get_fileident()
219 udf_debug("0x%x != TAG_IDENT_FID\n", in udf_get_fileident()
221 udf_debug("offset: %u sizeof: %lu bufsize: %u\n", in udf_get_fileident()
259 udf_debug("0x%x != TAG_IDENT_FE\n", in udf_get_fileextent()
Dballoc.c116 udf_debug("block_group (%d) > nr_groups (%d)\n", block_group, nr_groups); in __load_block_bitmap()
162 udf_debug("%d < %d || %d + %d > %d\n", in udf_bitmap_free_blocks()
192 udf_debug("bit %ld already set\n", bit + i); in udf_bitmap_free_blocks()
193 udf_debug("byte=%2x\n", ((char *)bh->b_data)[(bit + i) >> 3]); in udf_bitmap_free_blocks()
261 udf_debug("bit already cleared for block %d\n", bit); in udf_bitmap_prealloc_blocks()
402 udf_debug("bit already cleared for block %d\n", bit); in udf_bitmap_new_block()
440 udf_debug("%d < %d || %d + %d > %d\n", in udf_table_free_blocks()
699 udf_debug("eloc=%d, elen=%d, first_block=%d\n", in udf_table_prealloc_blocks()
Dinode.c1325 udf_debug("bread failure\n"); in udf_update_inode()
1608 udf_debug("block=%d, partition=%d out of range\n", in udf_iget()
1632 udf_debug("reading block %d failed!\n", in udf_add_aext()
1770 udf_debug("reading block %d failed!\n", in udf_write_aext()
1838 udf_debug("reading block %d failed!\n", in udf_next_aext()
1933 udf_debug("alloc_type = %d unsupported\n", UDF_I_ALLOCTYPE(inode)); in udf_next_aext()
1940 udf_debug("Empty Extent, inode=%ld, alloctype=%d, eloc=%d, elen=%d, etype=%d, extoffset=%d\n", in udf_next_aext()
1960 udf_debug("reading block %d failed!\n", in udf_current_aext()
2014 udf_debug("alloc_type = %d unsupported\n", UDF_I_ALLOCTYPE(inode)); in udf_current_aext()
2021 udf_debug("Empty Extent!\n"); in udf_current_aext()
[all …]
Dunicode.c414 udf_debug("Failed in udf_get_filename: sname = %s\n", sname); in udf_get_filename()
422 udf_debug("Failed in udf_get_filename: sname = %s\n", sname); in udf_get_filename()
Dnamei.c903 udf_debug("Deleting nonexistent file (%lu), %d\n", in udf_unlink()
/linux-2.4.37.9/include/linux/
Dudf_fs.h57 #define udf_debug(f, a...) \ macro
64 #define udf_debug(f, a...) /**/ macro