Lines Matching refs:TRACE
192 TRACE("Entered squashfs_fill_superblock\n"); in squashfs_fill_super()
294 TRACE("Found valid superblock on %pg\n", sb->s_bdev); in squashfs_fill_super()
295 TRACE("Inodes are %scompressed\n", SQUASHFS_UNCOMPRESSED_INODES(flags) in squashfs_fill_super()
297 TRACE("Data is %scompressed\n", SQUASHFS_UNCOMPRESSED_DATA(flags) in squashfs_fill_super()
299 TRACE("Filesystem size %lld bytes\n", msblk->bytes_used); in squashfs_fill_super()
300 TRACE("Block size %d\n", msblk->block_size); in squashfs_fill_super()
301 TRACE("Number of inodes %d\n", msblk->inodes); in squashfs_fill_super()
302 TRACE("Number of fragments %d\n", msblk->fragments); in squashfs_fill_super()
303 TRACE("Number of ids %d\n", msblk->ids); in squashfs_fill_super()
304 TRACE("sblk->inode_table_start %llx\n", msblk->inode_table); in squashfs_fill_super()
305 TRACE("sblk->directory_table_start %llx\n", msblk->directory_table); in squashfs_fill_super()
306 TRACE("sblk->fragment_table_start %llx\n", in squashfs_fill_super()
308 TRACE("sblk->id_table_start %llx\n", in squashfs_fill_super()
460 TRACE("Leaving squashfs_fill_super\n"); in squashfs_fill_super()
568 TRACE("Entered squashfs_statfs\n"); in squashfs_statfs()